2024-06-09 02:15:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 52.15MB, Duplicate rows deleted: 0, Debug file size limited: true, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-09 02:16:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 52.15MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-10 02:16:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 52.22MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-11 02:16:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 52.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-12 02:16:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 52.83MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-13 02:16:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-14 02:16:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 53.24MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-14 02:59:42 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-14 02:59:43 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-06-14 02:59:42 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-14 02:59:42 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-06-14 02:59:42 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-14 02:59:43 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.01 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-14 02:59:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-14 02:59:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-06-14 02:59:50 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-14 02:59:50 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-06-14 02:59:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-14 02:59:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.01 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-15 02:16:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 53.38MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-15 03:52:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-15 03:52:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-06-15 03:52:46 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-15 03:52:46 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-06-15 03:52:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-15 03:52:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-15 03:52:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-15 03:52:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-06-15 03:52:50 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-15 03:52:50 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-06-15 03:52:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-15 03:52:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.02 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-15 03:52:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-15 03:52:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-06-15 03:52:51 GMT+0000 (DEBUG): Processing 404 for URL: /test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-15 03:52:51 GMT+0000 (DEBUG): No posts or pages matching slug: test.hello 2024-06-15 03:52:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-15 03:52:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.hello?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.02 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.hello?\xADd_...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-16 02:16:18 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 53.51MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-16 23:34:21 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-16 23:34:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-06-16 23:34:21 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-16 23:34:21 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-06-16 23:34:21 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-16 23:34:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.01 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-17 02:16:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 53.7MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-18 02:16:34 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 53.94MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-18 14:26:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/cgi-bin/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 14:26:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-06-18 14:26:10 GMT+0000 (DEBUG): Processing 404 for URL: /cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-18 14:26:10 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-06-18 14:26:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-18 14:26:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /cgi-bin/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.02 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/cgi-bin/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/cgi-bin/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 14:26:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 14:26:14 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-06-18 14:26:13 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-18 14:26:13 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-06-18 14:26:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-06-18 14:26:14 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.04 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 14:26:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/cgi-bin/php.ex...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 14:26:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-06-18 14:26:16 GMT+0000 (DEBUG): Processing 404 for URL: /cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-06-18 14:26:16 GMT+0000 (DEBUG): No posts or pages matching slug: php.exe 2024-06-18 14:26:16 GMT+0000 (DEBUG): Found 0 likely match IDs. 2024-06-18 14:26:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /cgi-bin/php.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.11 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/cgi-bin/php.ex...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/cgi-bin/php.ex...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.rar', '/н¨Îļþ¼Ð.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.rar', '/½ļ.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:05 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-06-18 21:42:05 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-06-18 21:42:05 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:05 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-06-18 21:42:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.tar.gz', '/н¨Îļþ¼Ð.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.tar.gz', '/½ļ.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:15 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-06-18 21:42:15 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-06-18 21:42:15 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:15 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-06-18 21:42:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.zip', '/н¨Îļþ¼Ð.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.zip', '/½ļ.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:25 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-06-18 21:42:25 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-06-18 21:42:25 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:25 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-06-18 21:42:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.zip', '/±¸·Ý.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.zip', '/.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-06-18 21:42:26 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-06-18 21:42:26 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:26 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-06-18 21:42:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.rar', '/±¸·Ý.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.rar', '/.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-06-18 21:42:26 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-06-18 21:42:26 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:26 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-06-18 21:42:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.tar.gz', '/±¸·Ý.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.tar.gz', '/.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:27 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-06-18 21:42:27 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.tar.gz') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-06-18 21:42:27 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:27 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.tar.gz', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.tar.gz', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.tar.gz') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-06-18 21:42:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.tar.gz', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-18 21:42:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/www.aspiretechnology.com±¸·Ý.rar', '/www.aspiretechnology.com±¸·Ý.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com±¸·Ý.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com±¸·Ý.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/www.aspiretechnology.com.rar', '/www.aspiretechnology.com.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/www.aspiretech...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:28 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'www.aspiretechnology.com±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: 2024-06-18 21:42:28 GMT+0000 (DEBUG): Processing 404 for URL: /www.aspiretechnology.com±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('www.aspiretechn...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('www.aspiretechn...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-18 21:42:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('www.aspiretechnology.com±¸·Ý.rar','[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('www.aspiretechnology.com.rar','[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: 2024-06-18 21:42:28 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-18 21:42:28 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('www.aspiretechn...', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('www.aspiretechn...', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('www.aspiretechn...') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-18 21:42:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/www.aspiretechnology.com±¸·Ý.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: 2024-06-18 21:42:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /www.aspiretechnology.com±¸·Ý.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.09 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/www.aspiretech...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/www.aspiretech...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-19 02:16:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 54.57MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-20 02:16:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 54.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-20 02:16:48 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 54.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-20 09:46:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.rar', '/н¨Îļþ¼Ð.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.rar', '/½ļ.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:38 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-06-20 09:46:38 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-06-20 09:46:38 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:46:38 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:46:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-06-20 09:46:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-20 09:46:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.tar.gz', '/н¨Îļþ¼Ð.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.tar.gz', '/½ļ.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:49 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-06-20 09:46:49 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-06-20 09:46:49 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:46:49 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:46:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-06-20 09:46:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-20 09:46:58 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.zip', '/н¨Îļþ¼Ð.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.zip', '/½ļ.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:58 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-06-20 09:46:58 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:58 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-06-20 09:46:58 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:46:58 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:46:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-06-20 09:46:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.zip', '/±¸·Ý.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.zip', '/.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-06-20 09:46:59 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-06-20 09:46:59 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:46:59 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-06-20 09:46:59 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.rar', '/±¸·Ý.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.rar', '/.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-06-20 09:46:59 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-06-20 09:46:59 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:46:59 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:46:59 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-06-20 09:46:59 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-20 09:47:00 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.tar.gz', '/±¸·Ý.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.tar.gz', '/.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:47:00 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-06-20 09:47:00 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.tar.gz') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:47:00 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-06-20 09:47:00 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:47:00 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.tar.gz', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.tar.gz', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.tar.gz') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:47:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-06-20 09:47:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.tar.gz', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-20 09:47:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/www.aspiretechnology.com±¸·Ý.rar', '/www.aspiretechnology.com±¸·Ý.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com±¸·Ý.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com±¸·Ý.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/www.aspiretechnology.com.rar', '/www.aspiretechnology.com.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/www.aspiretechnology.com.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/www.aspiretech...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:47:01 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'www.aspiretechnology.com±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: 2024-06-20 09:47:01 GMT+0000 (DEBUG): Processing 404 for URL: /www.aspiretechnology.com±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('www.aspiretechn...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('www.aspiretechn...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-06-20 09:47:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('www.aspiretechnology.com±¸·Ý.rar','[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('www.aspiretechnology.com.rar','[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1589|1\":\"70.9677\",\"11|2\":\"16.6667\",\"8|2\":\"10.8108\",\"1|2\":\"-21.7391\",\"20|2\":\"-22.7273\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: 2024-06-20 09:47:01 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-06-20 09:47:01 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('www.aspiretechn...', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('www.aspiretechn...', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('www.aspiretechn...') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-06-20 09:47:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/www.aspiretechnology.com±¸·Ý.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.37, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.4, Plugin ver: 2.35.9, Referrer: , Requested URL: /www.aspiretechnology.com±¸·Ý.rar, Stored debug messages: 2024-06-20 09:47:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /www.aspiretechnology.com±¸·Ý.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/www.aspiretech...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/www.aspiretech...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-06-21 02:16:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 55.23MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-22 02:16:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 55.38MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-23 02:16:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 55.47MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-24 02:16:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 55.6MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-25 02:16:31 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 55.84MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-26 02:16:20 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 56.16MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-27 02:16:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 56.31MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-28 02:16:34 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 56.49MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-29 02:16:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 56.85MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-06-30 02:16:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 56.91MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-01 02:16:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 57.29MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-02 02:16:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 57.51MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-03 02:16:44 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 57.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-03 22:29:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/cgi-bin/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-07-03 22:29:46 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-07-03 22:29:45 GMT+0000 (DEBUG): Processing 404 for URL: /cgi-bin/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-07-03 22:29:45 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-07-03 22:29:45 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-07-03 22:29:46 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /cgi-bin/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.07 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/cgi-bin/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/cgi-bin/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-07-03 22:29:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-07-03 22:29:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-07-03 22:29:50 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-07-03 22:29:50 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-07-03 22:29:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-07-03 22:29:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.09 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-07-03 22:29:55 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/cgi-bin/php.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/cgi-bin/php.ex...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-07-03 22:29:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /cgi-bin/php.exe?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-07-03 22:29:55 GMT+0000 (DEBUG): Processing 404 for URL: /cgi-bin/php.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-07-03 22:29:55 GMT+0000 (DEBUG): No posts or pages matching slug: php.exe 2024-07-03 22:29:55 GMT+0000 (DEBUG): Found 0 likely match IDs. 2024-07-03 22:29:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /cgi-bin/php.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.06 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/cgi-bin/php.ex...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/cgi-bin/php.ex...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-07-04 02:16:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 57.97MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-05 02:16:38 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 58.21MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-06 02:16:18 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 58.5MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-06 13:30:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+error_reporting%3D0+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-07-06 13:30:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+error_reporting%3D0+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-07-06 13:30:50 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-07-06 13:30:50 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-07-06 13:30:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-07-06 13:30:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.1 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-07-07 02:16:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 58.73MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-08 02:16:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 58.94MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-09 02:16:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 59.15MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-10 02:16:52 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 59.4MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-11 02:16:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 59.74MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-11 03:14:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-07-11 03:14:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.20, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-07-11 03:14:39 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-07-11 03:14:39 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-07-11 03:14:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-07-11 03:14:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.1 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-07-12 02:16:25 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 60.02MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-13 02:16:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 60.24MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-14 02:16:25 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 60.33MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-15 02:16:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 60.54MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-16 02:16:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 61.16MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-16 02:16:14 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-16 02:16:14 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-16 02:16:14 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-16 02:16:14 GMT+0000 (INFO): Including misc.php for update. 2024-07-16 02:16:14 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-17 02:16:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 61.34MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-17 02:16:20 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-17 02:16:20 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-17 02:16:20 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-17 02:16:20 GMT+0000 (INFO): Including misc.php for update. 2024-07-17 02:16:20 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-18 02:16:00 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 61.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-18 02:16:01 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-18 02:16:01 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-18 02:16:01 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-18 02:16:01 GMT+0000 (INFO): Including misc.php for update. 2024-07-18 02:16:01 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-19 01:44:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.21, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-07-19 01:44:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.38, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.21, WP ver: 6.5.5, Plugin ver: 2.35.9, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-07-19 01:44:52 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-07-19 01:44:52 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-07-19 01:44:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-07-19 01:44:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.14 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-07-19 02:16:38 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 61.7MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-19 02:16:40 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-19 02:16:40 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-19 02:16:40 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-19 02:16:40 GMT+0000 (INFO): Including misc.php for update. 2024-07-19 02:16:40 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-20 02:16:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 61.85MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-20 02:16:43 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-20 02:16:43 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-20 02:16:43 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-20 02:16:43 GMT+0000 (INFO): Including misc.php for update. 2024-07-20 02:16:43 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-21 02:16:30 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 61.93MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-21 02:16:32 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-21 02:16:32 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-21 02:16:32 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-21 02:16:32 GMT+0000 (INFO): Including misc.php for update. 2024-07-21 02:16:32 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-22 02:16:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 62.02MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-22 02:16:27 GMT+0000 (INFO): A new minor version is available (2.35.10), currently version 2.35.9 is installed. 2024-07-22 02:16:27 GMT+0000 (INFO): Attempting update to 2.35.10 2024-07-22 02:16:27 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-07-22 02:16:27 GMT+0000 (INFO): Including misc.php for update. 2024-07-22 02:16:27 GMT+0000 (INFO): Includes for update complete. Updating... 2024-07-22 09:12:39 GMT+0000 (INFO): 669e228729f0a2.95977169: Updating database version from 2.35.9 to 2.35.10 (begin). 2024-07-22 09:12:39 GMT+0000 (INFO): 669e228729f0a2.95977169: Updating database version to 2.35.10 (end). 2024-07-22 09:12:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 62.04MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-23 05:43:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 62.19MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-24 05:43:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 62.4MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-25 05:43:48 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 62.67MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-26 05:42:52 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 62.87MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-27 05:43:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 63.04MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-28 05:42:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 63.15MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-29 05:43:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 63.25MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-30 05:42:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 63.6MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-07-31 05:43:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 63.9MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-01 05:43:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 64.17MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-02 05:43:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 64.39MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-03 05:42:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 64.73MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-04 05:42:58 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 65.05MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-05 05:43:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 65.21MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-06 05:43:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 65.49MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-06 05:43:30 GMT+0000 (INFO): A new minor version is available (2.35.12), currently version 2.35.10 is installed. 2024-08-06 05:43:30 GMT+0000 (INFO): Attempting update to 2.35.12 2024-08-06 05:43:30 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-06 05:43:30 GMT+0000 (INFO): Including misc.php for update. 2024-08-06 05:43:30 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-07 05:42:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 65.9MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-07 05:43:00 GMT+0000 (INFO): A new minor version is available (2.35.12), currently version 2.35.10 is installed. 2024-08-07 05:43:00 GMT+0000 (INFO): Attempting update to 2.35.12 2024-08-07 05:43:00 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-07 05:43:00 GMT+0000 (INFO): Including misc.php for update. 2024-08-07 05:43:00 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-08 05:43:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 66.22MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-09 05:43:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 66.57MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-10 05:43:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 66.8MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-11 05:43:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 66.95MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-11 05:43:25 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-11 05:43:25 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-11 05:43:25 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-11 05:43:25 GMT+0000 (INFO): Including misc.php for update. 2024-08-11 05:43:25 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-12 05:43:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 67.14MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-12 05:43:03 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-12 05:43:03 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-12 05:43:03 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-12 05:43:03 GMT+0000 (INFO): Including misc.php for update. 2024-08-12 05:43:03 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-13 05:43:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 67.39MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-13 05:43:11 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-13 05:43:11 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-13 05:43:11 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-13 05:43:11 GMT+0000 (INFO): Including misc.php for update. 2024-08-13 05:43:11 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-14 05:43:35 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 67.61MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-14 05:43:36 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-14 05:43:36 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-14 05:43:36 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-14 05:43:36 GMT+0000 (INFO): Including misc.php for update. 2024-08-14 05:43:36 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-15 05:43:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 67.85MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-15 05:43:41 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-15 05:43:41 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-15 05:43:41 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-15 05:43:41 GMT+0000 (INFO): Including misc.php for update. 2024-08-15 05:43:41 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-15 20:04:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-15 20:04:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-15 20:04:44 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-15 20:04:44 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-15 20:04:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-15 20:04:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.26 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-16 05:43:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 68.16MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-16 05:43:48 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-16 05:43:48 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-16 05:43:48 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-16 05:43:48 GMT+0000 (INFO): Including misc.php for update. 2024-08-16 05:43:48 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-17 05:43:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 68.34MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-17 05:43:25 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-17 05:43:25 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-17 05:43:25 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-17 05:43:25 GMT+0000 (INFO): Including misc.php for update. 2024-08-17 05:43:25 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-18 05:43:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 68.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-18 05:43:05 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-18 05:43:05 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-18 05:43:05 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-18 05:43:05 GMT+0000 (INFO): Including misc.php for update. 2024-08-18 05:43:05 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-18 05:44:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 68.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-18 05:44:31 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-18 05:44:31 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-18 05:44:31 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-18 05:44:31 GMT+0000 (INFO): Including misc.php for update. 2024-08-18 05:44:31 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-18 08:27:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-18 08:27:23 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-18 08:27:22 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-18 08:27:22 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-18 08:27:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-18 08:27:23 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-18 20:15:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-18 20:15:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-18 20:15:08 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-18 20:15:08 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-18 20:15:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-18 20:15:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-19 05:43:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 68.73MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-19 05:43:22 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-19 05:43:22 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-19 05:43:22 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-19 05:43:22 GMT+0000 (INFO): Including misc.php for update. 2024-08-19 05:43:22 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-20 05:42:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 69.06MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-20 05:42:56 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-20 05:42:56 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-20 05:42:56 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-20 05:42:56 GMT+0000 (INFO): Including misc.php for update. 2024-08-20 05:42:56 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-20 09:15:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-20 09:15:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-20 09:15:16 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-20 09:15:16 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-20 09:15:16 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-20 09:15:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-20 09:21:43 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-20 09:21:44 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-20 09:21:43 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-20 09:21:43 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-20 09:21:43 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-20 09:21:44 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-21 00:16:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-21 00:16:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-21 00:16:16 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-21 00:16:16 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-21 00:16:16 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-21 00:16:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.51 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-21 05:43:48 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 69.3MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-21 05:43:49 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-21 05:43:49 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-21 05:43:49 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-21 05:43:49 GMT+0000 (INFO): Including misc.php for update. 2024-08-21 05:43:49 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-21 05:47:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-21 05:47:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-21 05:47:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-21 05:47:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-21 05:47:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-21 05:47:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-21 12:26:57 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-21 12:26:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-21 12:26:57 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-21 12:26:57 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-21 12:26:57 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-21 12:26:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.26 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-21 12:55:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-21 12:55:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-21 12:55:10 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-21 12:55:10 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-21 12:55:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-21 12:55:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.26 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-21 12:58:32 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-21 12:58:33 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-21 12:58:32 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-21 12:58:32 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-21 12:58:32 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-21 12:58:33 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-22 05:43:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 69.99MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-22 05:43:09 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-22 05:43:09 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-22 05:43:09 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-22 05:43:09 GMT+0000 (INFO): Including misc.php for update. 2024-08-22 05:43:09 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-22 06:02:07 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-22 06:02:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-22 06:02:07 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-22 06:02:07 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-22 06:02:07 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-22 06:02:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-22 16:37:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-22 16:37:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-22 16:37:16 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-22 16:37:16 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-22 16:37:16 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-22 16:37:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.27 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-22 19:42:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-22 19:42:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-22 19:42:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-22 19:42:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-22 19:42:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-22 19:42:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.25 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-22 22:08:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-22 22:08:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-22 22:08:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-22 22:08:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-22 22:08:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-22 22:08:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.27 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 05:32:21 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 05:32:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-23 05:32:21 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-23 05:32:21 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-23 05:32:21 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-23 05:32:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.26 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 05:43:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 70.37MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-23 05:43:03 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-23 05:43:03 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-23 05:43:03 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-23 05:43:03 GMT+0000 (INFO): Including misc.php for update. 2024-08-23 05:43:03 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-23 14:37:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.rar', '/н¨Îļþ¼Ð.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.rar', '/½ļ.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:35 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-08-23 14:37:35 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-08-23 14:37:35 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:35 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-08-23 14:37:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.zip', '/н¨Îļþ¼Ð.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.zip', '/½ļ.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:36 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-08-23 14:37:36 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-08-23 14:37:36 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:36 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-08-23 14:37:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.tar.gz', '/н¨Îļþ¼Ð.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.tar.gz', '/½ļ.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:37 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-08-23 14:37:37 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-08-23 14:37:37 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:37 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-08-23 14:37:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.7z', '/н¨Îļþ¼Ð.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.7z', '/½ļ.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.7z' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2024-08-23 14:37:38 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.7z | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.7z','[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.7z','[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2024-08-23 14:37:38 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:38 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.7z' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2024-08-23 14:37:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.7z to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.rar', '/±¸·Ý.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.rar', '/.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-08-23 14:37:38 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-08-23 14:37:38 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:38 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-08-23 14:37:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.zip', '/±¸·Ý.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.zip', '/.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:39 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-08-23 14:37:39 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-08-23 14:37:39 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:39 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-08-23 14:37:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.tar.gz', '/±¸·Ý.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.tar.gz', '/.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:40 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-08-23 14:37:40 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.tar.gz') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-08-23 14:37:40 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:40 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.tar.gz', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.tar.gz', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.tar.gz') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-08-23 14:37:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.tar.gz', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-23 14:37:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.7z', '/±¸·Ý.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.7z', '/.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:41 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.7z' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2024-08-23 14:37:41 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.7z | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1757): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.7z') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-23 14:37:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.7z','[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.7z','[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2024-08-23 14:37:41 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-08-23 14:37:41 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.7z', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.7z', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.7z') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-08-23 14:37:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.7z' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2024-08-23 14:37:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.7z to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.7z', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-24 01:32:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-24 01:32:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-24 01:32:27 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-24 01:32:27 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-24 01:32:27 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-24 01:32:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.27 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-24 05:43:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 71.09MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-24 05:43:44 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-24 05:43:44 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-24 05:43:44 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-24 05:43:44 GMT+0000 (INFO): Including misc.php for update. 2024-08-24 05:43:44 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-25 05:43:51 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 71.41MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-25 05:43:53 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-25 05:43:53 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-25 05:43:53 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-25 05:43:53 GMT+0000 (INFO): Including misc.php for update. 2024-08-25 05:43:53 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-25 22:31:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-25 22:31:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-25 22:31:54 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-25 22:31:54 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-25 22:31:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-25 22:31:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 02:16:02 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 02:16:04 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 02:16:02 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 02:16:02 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 02:16:02 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 02:16:04 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 02:16:04 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 02:16:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 02:16:04 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 02:16:04 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 02:16:04 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 02:16:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 05:34:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 05:34:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 05:34:10 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 05:34:10 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 05:34:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 05:34:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 05:34:12 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 05:34:13 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 05:34:12 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 05:34:12 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 05:34:12 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 05:34:13 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 05:42:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 71.72MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-26 05:42:56 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-26 05:42:56 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-26 05:42:56 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-26 05:42:56 GMT+0000 (INFO): Including misc.php for update. 2024-08-26 05:42:56 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-26 06:54:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 06:54:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-26 06:54:19 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 06:54:19 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-26 06:54:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 06:54:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 10:25:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 10:25:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 10:25:25 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 10:25:25 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 10:25:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 10:25:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.27 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 10:25:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 10:25:28 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 10:25:27 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 10:25:27 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 10:25:27 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 10:25:28 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 14:48:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 14:48:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 14:48:18 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 14:48:18 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 14:48:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 14:48:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 14:48:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 14:48:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 14:48:20 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 14:48:20 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 14:48:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 14:48:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 18:35:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 18:35:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 18:35:18 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 18:35:18 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 18:35:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 18:35:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 18:35:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 18:35:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 18:35:20 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 18:35:20 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 18:35:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 18:35:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 21:07:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 21:07:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 21:07:22 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 21:07:22 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 21:07:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 21:07:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 21:07:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 21:07:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 21:07:24 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 21:07:24 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 21:07:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 21:07:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 23:09:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 23:09:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 23:09:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 23:09:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 23:09:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 23:09:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-26 23:09:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-26 23:09:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-26 23:09:41 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-26 23:09:41 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-26 23:09:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-26 23:09:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 01:32:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 01:32:57 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 01:32:56 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 01:32:56 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 01:32:56 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 01:32:57 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 01:32:58 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 01:32:59 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 01:32:58 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 01:32:58 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 01:32:58 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 01:32:59 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 02:52:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 02:52:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 02:52:34 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 02:52:34 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 02:52:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 02:52:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 02:52:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 02:52:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 02:52:36 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 02:52:36 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 02:52:36 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 02:52:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 04:15:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 04:15:50 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 04:15:48 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 04:15:48 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 04:15:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 04:15:50 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 04:15:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 04:15:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 04:15:50 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 04:15:50 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 04:15:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 04:15:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 05:39:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 05:39:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 05:39:37 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 05:39:37 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 05:39:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 05:39:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 05:39:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 05:39:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 05:39:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 05:39:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 05:39:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 05:39:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 05:43:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 72.21MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-27 05:43:34 GMT+0000 (INFO): A new minor version is available (2.35.13), currently version 2.35.10 is installed. 2024-08-27 05:43:34 GMT+0000 (INFO): Attempting update to 2.35.13 2024-08-27 05:43:34 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-08-27 05:43:34 GMT+0000 (INFO): Including misc.php for update. 2024-08-27 05:43:34 GMT+0000 (INFO): Includes for update complete. Updating... 2024-08-27 07:19:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 07:19:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 07:19:37 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 07:19:37 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 07:19:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 07:19:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 07:19:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1649): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 07:19:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.10, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 07:19:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 07:19:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 07:19:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 07:19:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(370): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(139): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 07:43:21 GMT+0000 (INFO): 66cd83994690b4.19684227: Updating database version from 2.35.10 to 2.35.13 (begin). 2024-08-27 07:43:21 GMT+0000 (INFO): 66cd83994690b4.19684227: Updating database version to 2.35.13 (end). 2024-08-27 07:43:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 72.22MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-27 08:57:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 08:57:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 08:57:19 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 08:57:19 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 08:57:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 08:57:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 08:57:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 08:57:23 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 08:57:22 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 08:57:22 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 08:57:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 08:57:23 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 10:30:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 10:30:28 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 10:30:27 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 10:30:27 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 10:30:27 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 10:30:28 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 10:30:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 10:30:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 10:30:29 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 10:30:29 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 10:30:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 10:30:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 12:07:21 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 12:07:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 12:07:21 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 12:07:21 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 12:07:21 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 12:07:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 12:07:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 12:07:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 12:07:23 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 12:07:23 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 12:07:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 12:07:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 16:06:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 16:06:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 16:06:41 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 16:06:41 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 16:06:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 16:06:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 16:06:43 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 16:06:44 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 16:06:43 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 16:06:43 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 16:06:43 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 16:06:44 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 17:35:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 17:35:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 17:35:46 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 17:35:46 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 17:35:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 17:35:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 17:35:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 17:35:50 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 17:35:48 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 17:35:48 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 17:35:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 17:35:50 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 18:56:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 18:56:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 18:56:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 18:56:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 18:56:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 18:56:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 18:56:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 18:56:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 18:56:56 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 18:56:56 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 18:56:56 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 18:56:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 20:27:21 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 20:27:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 20:27:21 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 20:27:21 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 20:27:21 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 20:27:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 20:27:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 20:27:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 20:27:23 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 20:27:23 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 20:27:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 20:27:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 22:02:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 22:02:14 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 22:02:13 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 22:02:13 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 22:02:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 22:02:14 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 22:02:14 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 22:02:16 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 22:02:14 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 22:02:14 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 22:02:14 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 22:02:16 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.28 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 23:33:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 23:33:28 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 23:33:26 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 23:33:26 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 23:33:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 23:33:28 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-27 23:33:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-27 23:33:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-27 23:33:28 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-27 23:33:28 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-27 23:33:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-27 23:33:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 01:23:47 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 01:23:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 01:23:47 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 01:23:47 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 01:23:47 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 01:23:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 01:23:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 01:23:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 01:23:49 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 01:23:49 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 01:23:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 01:23:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 03:33:43 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 03:33:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 03:33:43 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 03:33:43 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 03:33:43 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 03:33:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 03:33:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 03:33:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 03:33:45 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 03:33:45 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 03:33:45 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 03:33:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 05:22:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 72.44MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-28 05:35:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 05:35:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 05:35:50 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 05:35:50 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 05:35:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 05:35:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 05:35:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 05:35:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 05:35:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 05:35:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 05:35:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 05:35:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 07:43:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 07:43:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 07:43:33 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 07:43:33 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 07:43:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 07:43:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 07:43:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 07:43:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 07:43:35 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 07:43:35 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 07:43:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 07:43:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 10:00:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 10:00:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 10:00:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 10:00:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 10:00:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 10:00:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 10:00:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 10:00:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 10:00:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 10:00:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 10:00:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 10:00:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 12:28:58 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 12:28:59 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 12:28:58 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 12:28:58 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 12:28:58 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 12:28:59 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 12:29:00 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 12:29:01 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 12:29:00 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 12:29:00 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 12:29:00 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 12:29:01 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 14:46:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 14:46:46 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 14:46:45 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 14:46:45 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 14:46:45 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 14:46:46 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 14:46:47 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 14:46:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 14:46:47 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 14:46:47 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 14:46:47 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 14:46:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 15:57:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d error_reporting=0 d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+error_reporting%3D0+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 15:57:04 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+error_reporting%3D0+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 15:57:03 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 15:57:03 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 15:57:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 15:57:04 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d error_reporting=0 ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 16:57:47 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 16:57:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 16:57:47 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 16:57:47 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 16:57:47 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 16:57:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 16:57:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 16:57:50 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 16:57:49 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 16:57:49 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 16:57:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 16:57:50 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 18:42:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 18:42:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 18:42:23 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 18:42:23 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 18:42:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 18:42:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 18:42:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 18:42:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 18:42:25 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 18:42:25 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 18:42:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 18:42:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 20:44:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 20:44:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 20:44:06 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 20:44:06 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 20:44:06 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 20:44:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 20:44:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 20:44:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 20:44:08 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 20:44:08 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 20:44:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 20:44:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.41 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 22:40:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 22:41:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 22:40:59 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 22:40:59 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 22:40:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 22:41:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-28 22:41:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-28 22:41:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-28 22:41:01 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-28 22:41:01 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-28 22:41:01 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-28 22:41:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 00:53:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 00:53:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 00:53:41 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 00:53:41 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 00:53:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 00:53:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 00:53:43 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 00:53:44 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 00:53:43 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 00:53:43 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 00:53:43 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 00:53:44 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 03:02:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 03:02:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 03:02:10 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 03:02:10 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 03:02:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 03:02:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 03:02:12 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 03:02:13 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 03:02:12 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 03:02:12 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 03:02:12 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 03:02:13 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 05:13:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 05:13:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 05:13:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 05:13:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 05:13:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 05:13:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 05:13:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 05:13:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 05:13:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 05:13:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 05:13:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 05:13:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 05:22:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 72.82MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-29 05:22:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 72.82MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-29 06:40:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 06:40:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-29 06:40:28 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 06:40:28 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-29 06:40:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 06:40:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 07:19:14 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 07:19:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 07:19:14 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 07:19:14 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 07:19:14 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 07:19:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 07:19:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 07:19:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 07:19:16 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 07:19:16 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 07:19:16 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 07:19:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 09:19:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 09:19:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 09:19:37 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 09:19:37 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 09:19:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 09:19:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 09:19:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 09:19:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 09:19:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 09:19:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 09:19:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 09:19:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 10:33:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 10:33:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 10:33:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 10:33:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 10:33:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 10:33:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 10:33:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 10:33:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 10:33:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 10:33:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 10:33:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 10:33:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 11:56:32 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 11:56:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 11:56:32 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 11:56:32 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 11:56:32 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 11:56:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 11:56:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 11:56:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 11:56:34 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 11:56:34 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 11:56:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 11:56:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 13:15:17 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 13:15:18 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 13:15:17 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 13:15:17 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 13:15:17 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 13:15:18 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 13:15:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 13:15:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 13:15:19 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 13:15:19 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 13:15:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 13:15:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 14:39:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 14:39:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 14:39:20 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 14:39:20 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 14:39:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 14:39:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 14:39:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 14:39:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 14:39:22 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 14:39:22 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 14:39:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 14:39:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 15:58:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 15:58:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 15:58:37 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 15:58:37 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 15:58:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 15:58:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 15:58:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 15:58:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 15:58:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 15:58:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 15:58:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 15:58:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 17:02:43 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 17:02:44 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-08-29 17:02:43 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 17:02:43 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-08-29 17:02:43 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 17:02:44 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 17:18:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 17:18:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 17:18:53 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 17:18:53 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 17:18:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 17:18:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 17:18:55 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 17:18:57 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 17:18:55 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 17:18:55 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 17:18:55 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 17:18:57 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 18:42:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 18:42:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 18:42:23 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 18:42:23 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 18:42:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 18:42:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 18:42:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 18:42:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 18:42:26 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 18:42:26 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 18:42:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 18:42:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.29 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 20:14:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 20:14:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 20:14:28 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 20:14:28 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 20:14:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 20:14:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 20:14:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 20:14:31 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 20:14:29 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 20:14:29 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 20:14:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 20:14:31 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 21:58:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 21:58:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 21:58:13 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 21:58:13 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 21:58:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 21:58:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-29 21:58:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-29 21:58:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-29 21:58:15 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-29 21:58:15 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-29 21:58:15 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-29 21:58:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 00:03:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 00:03:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 00:03:22 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 00:03:22 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 00:03:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 00:03:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 00:03:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 00:03:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 00:03:25 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 00:03:25 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 00:03:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 00:03:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.61 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 02:13:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 02:13:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 02:13:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 02:13:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 02:13:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 02:13:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 02:13:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 02:13:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 02:13:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 02:13:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 02:13:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 02:13:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 03:36:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 03:36:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 03:36:19 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 03:36:19 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 03:36:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 03:36:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 03:36:21 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 03:36:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 03:36:21 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 03:36:21 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 03:36:21 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 03:36:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 04:58:07 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 04:58:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 04:58:07 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 04:58:07 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 04:58:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 04:58:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 04:58:09 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 04:58:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 04:58:09 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 04:58:09 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 04:58:09 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 04:58:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 05:22:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 73.13MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-30 06:27:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 06:27:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 06:27:48 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 06:27:48 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 06:27:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 06:27:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 06:27:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 06:27:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 06:27:50 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 06:27:50 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 06:27:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 06:27:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 07:55:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 07:55:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 07:55:35 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 07:55:35 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 07:55:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 07:55:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 07:55:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 07:55:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 07:55:37 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 07:55:37 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 07:55:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 07:55:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 09:18:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 09:18:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 09:18:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 09:18:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 09:18:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 09:18:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 09:18:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 09:18:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 09:18:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 09:18:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 09:18:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 09:18:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 12:25:55 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 12:25:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 12:25:55 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 12:25:55 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 12:25:55 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 12:25:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 12:25:57 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 12:25:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 12:25:57 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 12:25:57 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 12:25:57 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 12:25:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 13:50:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 13:50:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 13:50:05 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 13:50:05 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 13:50:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 13:50:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 13:50:07 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 13:50:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 13:50:07 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 13:50:07 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 13:50:07 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 13:50:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 15:15:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 15:15:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 15:15:06 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 15:15:06 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 15:15:06 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 15:15:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.4 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 15:15:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 15:15:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 15:15:08 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 15:15:08 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 15:15:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 15:15:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.39 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 16:40:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 16:40:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 16:40:44 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 16:40:44 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 16:40:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 16:40:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 16:40:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 16:40:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 16:40:46 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 16:40:46 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 16:40:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 16:40:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 18:04:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 18:04:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 18:04:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 18:04:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 18:04:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 18:04:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.34 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 18:04:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 18:04:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 18:04:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 18:04:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 18:04:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 18:04:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 19:37:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 19:37:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 19:37:01 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 19:37:01 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 19:37:01 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 19:37:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-30 19:37:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-30 19:37:04 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-30 19:37:03 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-30 19:37:03 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-30 19:37:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-30 19:37:04 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 00:49:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 00:49:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 00:49:33 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 00:49:33 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 00:49:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 00:49:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 00:49:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 00:49:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 00:49:35 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 00:49:35 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 00:49:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 00:49:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 03:19:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 03:19:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 03:19:29 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 03:19:29 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 03:19:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 03:19:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 03:19:31 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 03:19:33 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 03:19:31 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 03:19:32 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 03:19:32 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 03:19:33 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 05:22:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 73.41MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-08-31 05:54:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 05:54:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 05:54:44 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 05:54:44 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 05:54:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 05:54:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 05:54:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 05:54:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 05:54:46 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 05:54:46 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 05:54:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 05:54:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 07:18:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 07:18:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 07:18:56 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 07:18:57 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 07:18:57 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 07:18:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 07:18:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 07:19:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 07:18:59 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 07:18:59 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 07:18:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 07:19:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 08:39:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 08:39:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 08:39:51 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 08:39:51 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 08:39:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 08:39:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 08:39:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 08:39:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 08:39:53 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 08:39:53 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 08:39:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 08:39:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 16:59:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 16:59:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 16:59:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 16:59:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 16:59:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 16:59:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 16:59:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 16:59:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 16:59:56 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 16:59:56 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 16:59:56 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 16:59:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 18:38:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 18:38:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 18:38:34 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 18:38:34 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 18:38:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 18:38:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 18:38:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 18:38:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 18:38:36 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 18:38:36 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 18:38:36 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 18:38:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 20:20:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 20:20:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 20:20:18 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 20:20:18 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 20:20:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 20:20:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 20:20:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 20:20:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 20:20:20 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 20:20:20 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 20:20:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 20:20:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 21:45:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 21:45:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 21:45:16 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 21:45:16 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 21:45:16 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 21:45:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 21:45:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 21:45:19 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 21:45:18 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 21:45:18 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 21:45:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 21:45:19 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 23:40:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 23:40:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 23:40:13 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 23:40:13 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 23:40:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 23:40:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-08-31 23:40:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-08-31 23:40:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-08-31 23:40:15 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-08-31 23:40:15 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-08-31 23:40:15 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-08-31 23:40:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.3 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 03:10:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 03:10:12 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-01 03:10:10 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 03:10:10 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-01 03:10:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 03:10:12 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 04:59:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 04:59:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 04:59:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 04:59:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 04:59:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 04:59:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 04:59:42 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 04:59:43 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 04:59:42 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 04:59:42 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 04:59:42 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 04:59:43 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 05:22:38 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 73.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-01 10:20:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 10:20:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-01 10:20:23 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 10:20:23 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-01 10:20:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 10:20:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 13:29:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 13:29:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 13:29:24 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 13:29:24 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 13:29:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 13:29:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 13:29:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 13:29:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 13:29:26 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 13:29:26 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 13:29:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 13:29:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 14:51:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 14:51:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 14:51:38 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 14:51:38 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 14:51:38 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 14:51:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 14:51:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 14:51:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 14:51:40 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 14:51:40 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 14:51:40 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 14:51:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 16:23:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 16:23:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 16:23:50 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 16:23:50 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 16:23:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 16:23:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 16:23:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 16:23:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 16:23:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 16:23:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 16:23:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 16:23:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.4 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 17:47:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 17:47:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 17:47:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 17:47:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 17:47:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 17:47:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 17:47:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 17:47:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 17:47:54 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 17:47:54 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 17:47:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 17:47:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 19:20:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 19:20:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 19:20:34 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 19:20:34 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 19:20:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 19:20:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 19:20:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 19:20:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 19:20:36 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 19:20:36 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 19:20:36 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 19:20:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 21:08:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 21:08:22 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 21:08:20 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 21:08:20 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 21:08:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 21:08:22 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 21:08:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 21:08:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 21:08:22 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 21:08:22 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 21:08:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 21:08:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 22:39:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 22:39:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 22:39:01 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 22:39:01 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 22:39:01 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 22:39:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.47 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-01 22:39:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-01 22:39:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-01 22:39:03 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-01 22:39:03 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-01 22:39:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-01 22:39:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 00:20:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 00:20:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 00:20:37 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 00:20:37 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 00:20:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 00:20:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.34 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 00:20:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 00:20:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 00:20:39 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 00:20:39 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 00:20:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 00:20:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 01:44:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 01:44:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 01:44:06 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 01:44:06 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 01:44:06 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 01:44:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 01:44:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 01:44:10 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 01:44:08 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 01:44:08 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 01:44:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 01:44:10 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 03:18:02 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 03:18:03 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 03:18:02 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 03:18:02 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 03:18:02 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 03:18:03 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 03:18:04 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 03:18:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 03:18:04 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 03:18:04 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 03:18:04 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 03:18:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 04:58:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 04:58:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 04:58:27 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 04:58:27 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 04:58:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 04:58:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 04:58:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 04:58:31 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 04:58:29 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 04:58:29 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 04:58:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 04:58:31 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 05:22:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 73.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-02 05:22:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 73.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-02 06:57:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 06:57:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 06:57:23 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 06:57:23 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 06:57:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 06:57:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 06:57:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 06:57:28 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 06:57:27 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 06:57:27 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 06:57:27 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 06:57:28 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 17:28:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 17:28:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 17:28:51 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 17:28:51 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 17:28:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 17:28:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 17:28:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 17:28:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 17:28:53 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 17:28:53 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 17:28:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 17:28:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 20:36:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 20:36:31 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 20:36:29 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 20:36:29 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 20:36:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 20:36:31 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.32 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-02 20:36:31 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-02 20:36:32 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-02 20:36:31 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-02 20:36:31 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-02 20:36:31 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-02 20:36:32 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.31 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-03 05:22:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 74.07MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-04 01:42:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-04 01:42:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-04 01:42:33 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-04 01:42:33 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-04 01:42:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-04 01:42:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-04 05:22:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 74.39MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-04 15:14:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-04 15:14:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-04 15:14:24 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-04 15:14:24 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-04 15:14:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-04 15:14:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-05 05:22:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 74.75MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-05 13:35:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-05 13:35:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-05 13:35:24 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-05 13:35:24 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-05 13:35:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-05 13:35:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-05 15:45:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-05 15:45:46 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-05 15:45:45 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-05 15:45:45 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-05 15:45:45 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-05 15:45:46 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.34 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-05 22:09:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-05 22:09:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-05 22:09:40 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-05 22:09:40 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-05 22:09:40 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-05 22:09:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.33 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-06 00:36:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-06 00:36:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-06 00:36:39 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-06 00:36:39 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-06 00:36:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-06 00:36:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.34 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-06 05:22:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 75.12MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-06 19:06:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-06 19:06:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-06 19:06:33 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-06 19:06:33 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-06 19:06:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-06 19:06:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.34 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-06 21:34:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-06 21:34:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-06 21:34:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-06 21:34:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-06 21:34:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-06 21:34:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.34 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-07 02:12:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-07 02:12:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-07 02:12:08 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-07 02:12:08 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-07 02:12:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-07 02:12:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-07 05:22:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 75.37MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-07 12:11:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-07 12:11:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-07 12:11:48 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-07 12:11:48 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-07 12:11:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-07 12:11:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-08 05:22:18 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 75.57MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-08 22:52:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-08 22:52:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-08 22:52:44 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-08 22:52:44 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-08 22:52:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-08 22:52:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-09 02:14:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-09 02:14:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-09 02:14:18 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-09 02:14:18 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-09 02:14:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-09 02:14:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-09 05:22:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 75.76MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-09 06:19:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-09 06:19:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-09 06:19:15 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-09 06:19:15 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-09 06:19:15 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-09 06:19:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-09 07:18:12 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-09 07:18:13 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-09 07:18:12 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-09 07:18:12 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-09 07:18:12 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-09 07:18:13 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-09 11:44:14 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-09 11:44:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-09 11:44:14 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-09 11:44:14 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-09 11:44:14 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-09 11:44:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-09 15:19:58 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-09 15:20:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-09 15:19:58 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-09 15:19:58 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-09 15:19:58 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-09 15:20:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-09 20:14:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-09 20:14:28 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-09 20:14:26 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-09 20:14:26 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-09 20:14:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-09 20:14:28 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-10 05:22:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 76.07MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-10 08:06:02 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-10 08:06:03 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-10 08:06:02 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-10 08:06:02 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-10 08:06:02 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-10 08:06:03 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-10 08:11:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-10 08:11:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-10 08:11:34 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-10 08:11:34 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-10 08:11:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-10 08:11:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-10 15:22:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-10 15:22:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.1, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-10 15:22:24 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-10 15:22:24 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-10 15:22:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-10 15:22:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-11 05:22:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 76.33MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-11 11:26:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-11 11:26:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-11 11:26:50 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-11 11:26:50 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-11 11:26:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-11 11:26:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-11 13:30:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-11 13:30:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-11 13:30:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-11 13:30:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-11 13:30:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-11 13:30:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-11 17:45:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-11 17:45:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-11 17:45:03 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-11 17:45:03 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-11 17:45:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-11 17:45:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-11 23:11:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-11 23:11:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-11 23:11:10 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-11 23:11:10 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-11 23:11:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-11 23:11:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-12 02:01:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-12 02:01:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-12 02:01:33 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-12 02:01:33 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-12 02:01:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-12 02:01:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.35 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-12 04:31:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-12 04:31:14 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-12 04:31:13 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-12 04:31:13 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-12 04:31:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-12 04:31:14 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-12 05:22:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 76.63MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-12 05:53:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-12 05:53:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-12 05:53:46 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-12 05:53:46 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-12 05:53:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-12 05:53:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-12 11:06:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-12 11:06:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-12 11:06:20 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-12 11:06:20 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-12 11:06:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-12 11:06:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-12 15:41:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-12 15:42:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-12 15:41:59 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-12 15:41:59 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-12 15:41:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-12 15:42:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-13 01:28:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-13 01:29:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-13 01:28:59 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-13 01:28:59 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-13 01:28:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-13 01:29:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-13 05:22:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 77.01MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-13 11:28:55 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-13 11:28:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-13 11:28:55 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-13 11:28:55 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-13 11:28:55 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-13 11:28:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-13 16:29:09 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-13 16:29:10 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-13 16:29:09 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-13 16:29:09 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-13 16:29:09 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-13 16:29:10 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.5 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-14 00:59:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-14 00:59:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-14 00:59:41 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-14 00:59:41 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-14 00:59:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-14 00:59:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-14 05:22:38 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 77.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-14 07:56:17 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-14 07:56:18 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-14 07:56:17 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-14 07:56:17 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-14 07:56:17 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-14 07:56:18 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-14 13:43:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-14 13:43:43 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-14 13:43:41 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-14 13:43:41 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-14 13:43:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-14 13:43:43 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.36 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-14 17:59:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-14 17:59:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-14 17:59:10 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-14 17:59:10 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-14 17:59:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-14 17:59:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-14 23:01:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d disable_functions= d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-14 23:01:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3D0+%ADd+disable_functions%3D%22%22+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-14 23:01:19 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d disable_functions= ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-14 23:01:19 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-14 23:01:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-14 23:01:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d disable_functions="" ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.45 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-15 05:22:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 77.8MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-15 13:32:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-15 13:32:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-15 13:32:26 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-15 13:32:26 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-15 13:32:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-15 13:32:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.37 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-16 05:22:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 78.23MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-16 06:18:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-16 06:18:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-16 06:18:52 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-16 06:18:52 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-16 06:18:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-16 06:18:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-16 06:18:55 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-16 06:18:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-16 06:18:55 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-16 06:18:55 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-16 06:18:55 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-16 06:18:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-16 06:19:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-16 06:19:04 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3D0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3D1+%ADd+auto_prepend_file%3Dphp://input, Stored debug messages: 2024-09-16 06:19:03 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-16 06:19:03 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-09-16 06:19:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-16 06:19:04 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-16 18:53:14 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-16 18:53:16 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-16 18:53:14 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-16 18:53:14 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-16 18:53:14 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-16 18:53:16 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.38 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-17 05:22:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 78.46MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-18 05:22:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 78.7MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-18 07:33:30 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-18 07:33:31 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-18 07:33:30 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-18 07:33:30 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-18 07:33:30 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-18 07:33:31 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.39 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-19 05:22:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 78.97MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-19 09:28:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-19 09:28:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-19 09:28:48 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-19 09:28:48 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-19 09:28:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-19 09:28:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.39 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-19 17:33:09 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-19 17:33:10 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-19 17:33:09 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-19 17:33:09 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-19 17:33:09 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-19 17:33:10 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.41 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-20 05:22:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 79.26MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-20 09:48:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-20 09:48:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-20 09:48:52 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-20 09:48:52 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-20 09:48:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-20 09:48:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-20 13:35:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-20 13:35:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-20 13:35:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-20 13:35:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-20 13:35:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-20 13:35:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.4 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-21 05:22:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 79.75MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-21 17:11:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-21 17:11:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-21 17:11:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-21 17:11:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-21 17:11:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-21 17:11:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.39 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-21 17:37:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-21 17:37:28 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-21 17:37:27 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-21 17:37:27 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-21 17:37:27 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-21 17:37:28 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.41 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-21 22:02:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-21 22:02:03 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-21 22:02:01 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-21 22:02:01 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-21 22:02:01 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-21 22:02:03 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.41 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-22 03:24:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-22 03:24:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-22 03:24:23 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-22 03:24:23 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-22 03:24:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-22 03:24:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-22 05:22:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 80.27MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-22 12:30:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-22 12:30:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-22 12:30:08 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-22 12:30:08 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-22 12:30:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-22 12:30:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-23 05:22:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 80.49MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-23 11:20:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-23 11:20:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-23 11:20:41 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-23 11:20:41 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-23 11:20:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-23 11:20:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.45 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-23 16:52:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-23 16:52:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-23 16:52:46 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-23 16:52:46 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-23 16:52:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-23 16:52:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-24 05:22:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 80.75MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-24 05:26:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 80.75MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-24 07:07:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-24 07:07:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-24 07:07:51 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-24 07:07:51 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-24 07:07:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-24 07:07:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-24 09:30:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-24 09:30:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-24 09:30:20 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-24 09:30:20 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-24 09:30:20 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-24 09:30:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-24 19:21:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-24 19:21:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-24 19:21:34 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-24 19:21:34 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-24 19:21:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-24 19:21:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.rar', '/н¨Îļþ¼Ð.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.rar', '/½ļ.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:46 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-09-25 00:42:46 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-09-25 00:42:46 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:46 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2024-09-25 00:42:46 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:47 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.zip', '/н¨Îļþ¼Ð.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.zip', '/½ļ.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:47 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-09-25 00:42:47 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:47 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-09-25 00:42:47 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:47 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2024-09-25 00:42:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.tar.gz', '/н¨Îļþ¼Ð.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.tar.gz', '/½ļ.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-09-25 00:42:48 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.tar.gz','[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1|2\":\"8.6957\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\",\"11|2\":\"4.7619\",\"20|2\":\"4.5455\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-09-25 00:42:48 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:48 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2024-09-25 00:42:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/н¨Îļþ¼Ð.7z', '/н¨Îļþ¼Ð.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/н¨Îļþ¼Ð.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/½ļ.7z', '/½ļ.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/½ļ.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.7z' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2024-09-25 00:42:48 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.7z | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.7z','[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.7z','[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"66.6667\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\",\"2|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2024-09-25 00:42:48 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:48 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/н¨Îļþ¼Ð.7z' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2024-09-25 00:42:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /н¨Îļþ¼Ð.7z to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.rar', '/±¸·Ý.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.rar', '/.rar/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.rar/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:49 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-09-25 00:42:49 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.rar','[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"9.0909\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"7|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-09-25 00:42:49 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:49 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.rar' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2024-09-25 00:42:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.rar to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.rar', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.zip', '/±¸·Ý.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.zip', '/.zip/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.zip/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:50 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-09-25 00:42:50 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.zip','[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"11|2\":\"4.7619\",\"1|2\":\"4.3478\",\"8|2\":\"2.7027\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-09-25 00:42:50 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:50 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:50 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.zip' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2024-09-25 00:42:50 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.zip to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.zip', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.tar.gz', '/±¸·Ý.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.tar.gz', '/.tar.gz/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.tar.gz/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:50 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-09-25 00:42:50 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.tar.gz') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.tar.gz','[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"1|2\":\"8.6957\",\"2|2\":\"7.1429\",\"8|2\":\"5.4054\",\"11|2\":\"4.7619\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-09-25 00:42:50 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:51 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.tar.gz', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.tar.gz', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.tar.gz') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.tar.gz' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2024-09-25 00:42:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.tar.gz to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.tar.gz', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 00:42:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/±¸·Ý.7z', '/±¸·Ý.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/±¸·Ý.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/.7z', '/.7z/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.7z' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/.7z/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:51 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.7z' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2024-09-25 00:42:51 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.7z | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.7z') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 00:42:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.7z','[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.7z','[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1092|1\":\"66.6667\",\"2|2\":\"0.0000\",\"7|2\":\"0.0000\",\"20|2\":\"0.0000\",\"1|2\":\"0.0000\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2024-09-25 00:42:51 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-09-25 00:42:51 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.7z', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.7z', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.7z') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-09-25 00:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/±¸·Ý.7z' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2024-09-25 00:42:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /±¸·Ý.7z to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xB1\xB8\xB7\xDD.7z', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 02:09:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 02:09:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-25 02:09:40 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-25 02:09:40 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-25 02:09:40 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-25 02:09:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-25 05:22:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 81.14MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-25 19:27:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-25 19:27:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.22, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-25 19:27:28 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-25 19:27:28 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-25 19:27:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-25 19:27:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-26 01:11:04 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-26 01:11:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-26 01:11:04 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-26 01:11:04 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-26 01:11:04 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-26 01:11:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-26 05:22:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 81.41MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-26 08:58:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-26 08:58:04 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-26 08:58:03 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-26 08:58:03 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-26 08:58:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-26 08:58:04 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-26 09:56:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-26 09:56:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-26 09:56:37 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-26 09:56:37 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-26 09:56:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-26 09:56:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-26 11:24:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-26 11:25:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-26 11:24:59 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-26 11:24:59 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-26 11:24:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-26 11:25:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.45 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-26 16:06:17 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-26 16:06:19 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-26 16:06:17 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-26 16:06:17 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-26 16:06:17 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-26 16:06:19 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-27 01:31:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-27 01:31:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-27 01:31:49 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-27 01:31:49 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-27 01:31:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-27 01:31:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-27 04:32:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-27 04:32:10 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-27 04:32:08 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-27 04:32:08 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-27 04:32:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-27 04:32:10 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-27 05:23:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 81.69MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-27 06:16:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-27 06:16:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-27 06:16:38 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-27 06:16:38 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-27 06:16:38 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-27 06:16:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.42 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-27 10:37:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-27 10:37:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-27 10:37:34 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-27 10:37:34 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-27 10:37:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-27 10:37:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-28 05:14:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-28 05:14:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-28 05:14:03 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-28 05:14:03 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-28 05:14:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-28 05:14:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-28 05:23:18 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 81.92MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-28 06:22:09 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-28 06:22:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-28 06:22:09 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-28 06:22:09 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-28 06:22:09 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-28 06:22:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-28 23:52:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-28 23:52:57 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-28 23:52:56 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-28 23:52:56 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-28 23:52:56 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-28 23:52:57 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-28 23:52:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-28 23:53:01 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-28 23:52:59 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-28 23:52:59 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-09-28 23:52:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-28 23:53:01 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-28 23:53:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-28 23:53:03 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-28 23:53:01 GMT+0000 (DEBUG): Processing 404 for URL: /test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-28 23:53:01 GMT+0000 (DEBUG): No posts or pages matching slug: test.hello 2024-09-28 23:53:01 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-28 23:53:03 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.hello?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.hello?\xADd_...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-29 05:25:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 82.1MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-29 08:46:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-29 08:46:14 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-29 08:46:13 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-29 08:46:13 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-09-29 08:46:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-29 08:46:14 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-29 08:46:16 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-29 08:46:18 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-29 08:46:16 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-29 08:46:16 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-09-29 08:46:16 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-29 08:46:18 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.45 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-29 08:46:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-29 08:46:20 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-29 08:46:18 GMT+0000 (DEBUG): Processing 404 for URL: /test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-29 08:46:18 GMT+0000 (DEBUG): No posts or pages matching slug: test.hello 2024-09-29 08:46:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-29 08:46:20 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.hello?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.43 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.hello?\xADd_...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-29 09:08:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-29 09:08:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-29 09:08:33 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-29 09:08:33 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-29 09:08:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-29 09:08:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-30 05:22:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 82.27MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-09-30 07:07:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-09-30 07:07:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.13, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-09-30 07:07:53 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-09-30 07:07:53 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-09-30 07:07:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-09-30 07:07:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-09-30 12:30:34 GMT+0000 (INFO): 66fa99ea7079a3.06635339: Updating database version from 2.35.13 to 2.35.14 (begin). 2024-09-30 12:30:35 GMT+0000 (INFO): 66fa99ea7079a3.06635339: Updating database version to 2.35.14 (end). 2024-09-30 12:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 82.38MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-01 03:00:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-01 03:00:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-01 03:00:51 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-01 03:00:51 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-01 03:00:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-01 03:00:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-01 03:54:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 82.56MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-01 04:31:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-01 04:31:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-01 04:31:24 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-01 04:31:24 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-01 04:31:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-01 04:31:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-01 05:28:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-01 05:28:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-01 05:28:29 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-01 05:28:29 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-01 05:28:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-01 05:28:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-01 23:14:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-01 23:14:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-01 23:14:25 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-01 23:14:25 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-01 23:14:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-01 23:14:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-02 03:54:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 82.9MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-02 04:13:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-02 04:13:57 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-02 04:13:56 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-02 04:13:56 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-02 04:13:56 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-02 04:13:57 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-02 13:54:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-02 13:54:31 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-02 13:54:29 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-02 13:54:29 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-02 13:54:29 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-02 13:54:31 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.45 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-02 19:28:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-02 19:28:19 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-02 19:28:18 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-02 19:28:18 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-02 19:28:18 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-02 19:28:19 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-03 03:56:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 83.23MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-03 16:09:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-03 16:09:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-03 16:09:22 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-03 16:09:22 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-03 16:09:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-03 16:09:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.44 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-03 18:11:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-03 18:11:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.23, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-03 18:11:38 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-03 18:11:38 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-03 18:11:38 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-03 18:11:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.47 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-04 01:10:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-04 01:10:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-04 01:10:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-04 01:10:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-04 01:10:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-04 01:10:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.48 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-04 03:54:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 83.59MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-04 03:54:21 GMT+0000 (INFO): A new minor version is available (2.35.15), currently version 2.35.14 is installed. 2024-10-04 03:54:21 GMT+0000 (INFO): Attempting update to 2.35.15 2024-10-04 03:54:21 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-04 03:54:21 GMT+0000 (INFO): Including misc.php for update. 2024-10-04 03:54:21 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-05 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 83.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-05 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.15), currently version 2.35.14 is installed. 2024-10-05 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.15 2024-10-05 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-05 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-05 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-06 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 84MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-06 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.15), currently version 2.35.14 is installed. 2024-10-06 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.15 2024-10-06 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-06 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-06 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-07 03:54:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 84.47MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-07 03:54:23 GMT+0000 (INFO): A new minor version is available (2.35.15), currently version 2.35.14 is installed. 2024-10-07 03:54:23 GMT+0000 (INFO): Attempting update to 2.35.15 2024-10-07 03:54:23 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-07 03:54:23 GMT+0000 (INFO): Including misc.php for update. 2024-10-07 03:54:23 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-07 14:18:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-07 14:18:04 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-07 14:18:03 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-07 14:18:03 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-07 14:18:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-07 14:18:04 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.46 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-08 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 84.66MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-08 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.15), currently version 2.35.14 is installed. 2024-10-08 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.15 2024-10-08 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-08 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-08 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-08 07:42:37 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-08 07:42:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-08 07:42:37 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-08 07:42:37 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-08 07:42:37 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-08 07:42:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.47 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-08 18:53:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-08 18:53:10 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-08 18:53:08 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-08 18:53:08 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-08 18:53:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-08 18:53:10 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.52 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-09 00:51:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-09 00:51:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0.01, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-09 00:51:01 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-09 00:51:01 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-09 00:51:01 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-09 00:51:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.48 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-09 03:54:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 84.91MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-09 03:54:06 GMT+0000 (INFO): A new minor version is available (2.35.15), currently version 2.35.14 is installed. 2024-10-09 03:54:06 GMT+0000 (INFO): Attempting update to 2.35.15 2024-10-09 03:54:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-09 03:54:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-09 03:54:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-09 18:39:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-09 18:39:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-09 18:39:08 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-09 18:39:08 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-09 18:39:08 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-09 18:39:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.5 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-10 03:54:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 85.17MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-10 17:24:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-10 17:24:23 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-10 17:24:22 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-10 17:24:22 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-10 17:24:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-10 17:24:23 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.5 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-11 03:54:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 85.34MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-11 18:29:57 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-11 18:29:59 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-11 18:29:57 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-11 18:29:57 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-11 18:29:57 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-11 18:29:59 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.49 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-12 03:56:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 85.81MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-13 01:51:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-13 01:51:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-13 01:51:26 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-13 01:51:26 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-13 01:51:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-13 01:51:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.5 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-13 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 85.94MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-13 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.16), currently version 2.35.14 is installed. 2024-10-13 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.16 2024-10-13 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-13 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-13 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-13 05:02:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-13 05:02:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-13 05:02:03 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-13 05:02:03 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-13 05:02:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-13 05:02:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.49 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-13 09:29:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-13 09:29:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-13 09:29:40 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-13 09:29:40 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-13 09:29:40 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-13 09:29:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.5 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-13 11:53:00 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-13 11:53:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-13 11:53:00 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-13 11:53:00 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-13 11:53:00 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-13 11:53:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-14 01:44:47 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-14 01:44:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-14 01:44:47 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-14 01:44:47 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-10-14 01:44:47 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-14 01:44:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.5 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-14 01:44:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-14 01:44:50 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-14 01:44:49 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-14 01:44:49 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-14 01:44:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-14 01:44:50 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.49 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-14 01:44:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-14 01:44:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-14 01:44:52 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-14 01:44:52 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-10-14 01:44:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-14 01:44:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.49 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-14 01:44:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-14 01:44:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-14 01:44:54 GMT+0000 (DEBUG): Processing 404 for URL: /test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-14 01:44:54 GMT+0000 (DEBUG): No posts or pages matching slug: test.hello 2024-10-14 01:44:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-14 01:44:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.hello?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.hello?\xADd_...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-14 03:54:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 86.25MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-14 03:54:08 GMT+0000 (INFO): A new minor version is available (2.35.16), currently version 2.35.14 is installed. 2024-10-14 03:54:08 GMT+0000 (INFO): Attempting update to 2.35.16 2024-10-14 03:54:08 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-14 03:54:08 GMT+0000 (INFO): Including misc.php for update. 2024-10-14 03:54:08 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-15 00:11:00 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-15 00:11:02 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.39, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-15 00:11:00 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-15 00:11:00 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-15 00:11:00 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-15 00:11:02 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.75 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-15 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 86.53MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-15 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.16), currently version 2.35.14 is installed. 2024-10-15 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.16 2024-10-15 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-15 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-15 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-15 18:17:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-15 18:17:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-15 18:17:53 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-15 18:17:53 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-15 18:17:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-15 18:17:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.52 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-16 03:54:46 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 86.77MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-16 04:54:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-16 04:54:49 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-16 04:54:48 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-16 04:54:48 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-16 04:54:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-16 04:54:49 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.52 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-17 00:07:34 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-17 00:07:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-17 00:07:34 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-17 00:07:34 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-17 00:07:34 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-17 00:07:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.86 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-17 03:55:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 86.99MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-18 03:54:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 87.22MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-19 03:54:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 87.37MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-19 03:54:22 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-19 03:54:22 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-19 03:54:22 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-19 03:54:22 GMT+0000 (INFO): Including misc.php for update. 2024-10-19 03:54:22 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-19 14:22:14 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-19 14:22:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-19 14:22:14 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-19 14:22:14 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-19 14:22:14 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-19 14:22:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-20 03:56:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 87.47MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-20 03:56:09 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-20 03:56:09 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-20 03:56:09 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-20 03:56:09 GMT+0000 (INFO): Including misc.php for update. 2024-10-20 03:56:09 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-20 07:27:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-20 07:27:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-20 07:27:49 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-20 07:27:49 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-10-20 07:27:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-20 07:27:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-20 07:27:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-20 07:27:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-20 07:27:52 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-20 07:27:52 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-10-20 07:27:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-20 07:27:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-20 07:27:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input', '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input', '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=0 d cgi.redirect_status_env d allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-20 07:27:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-20 07:27:54 GMT+0000 (DEBUG): Processing 404 for URL: /test.hello?­d_cgi_force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-20 07:27:54 GMT+0000 (DEBUG): No posts or pages matching slug: test.hello 2024-10-20 07:27:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-20 07:27:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.hello?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.55 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.hello?\xADd_...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-20 11:20:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-20 11:20:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-20 11:20:52 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-20 11:20:52 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-20 11:20:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-20 11:20:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.56 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-21 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 87.69MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-21 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-21 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-21 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-21 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-21 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-21 06:18:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-21 06:18:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-21 06:18:39 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-21 06:18:39 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-21 06:18:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-21 06:18:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.55 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-22 03:09:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-22 03:09:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-22 03:09:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-22 03:09:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-22 03:09:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-22 03:09:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.54 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-22 03:55:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 87.88MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-22 03:55:20 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-22 03:55:20 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-22 03:55:20 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-22 03:55:20 GMT+0000 (INFO): Including misc.php for update. 2024-10-22 03:55:20 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-22 15:11:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/À', '/À/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/À' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/À/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/', '//') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '//' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-22 15:11:44 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: 2024-10-22 15:11:44 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-22 15:11:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: 2024-10-22 15:11:44 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-10-22 15:11:44 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-10-22 15:11:44 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/À' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: 2024-10-22 15:11:44 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /À to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xC0', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-23 03:56:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 88.22MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-23 03:56:15 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-23 03:56:15 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-23 03:56:15 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-23 03:56:15 GMT+0000 (INFO): Including misc.php for update. 2024-10-23 03:56:15 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-23 06:54:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/À', '/À/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/À' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/À/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/', '//') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '//' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-23 06:54:44 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: 2024-10-23 06:54:44 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1780): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(251): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-23 06:54:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: 2024-10-23 06:54:44 GMT+0000 (DEBUG): No posts or pages matching slug: 2024-10-23 06:54:44 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(498): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(277): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2024-10-23 06:54:44 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/À' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /%c0, Stored debug messages: 2024-10-23 06:54:44 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /À to: 404, Reason: gave up., Ignore msg(s): , Execution time: 0.03 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/\xC0', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-24 03:54:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 88.43MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-24 03:54:06 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-24 03:54:06 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-24 03:54:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-24 03:54:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-24 03:54:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-24 18:22:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-24 18:22:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-24 18:22:19 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-24 18:22:19 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-24 18:22:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-24 18:22:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.57 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-25 03:55:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 88.67MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-25 03:55:43 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-25 03:55:43 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-25 03:55:43 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-25 03:55:43 GMT+0000 (INFO): Including misc.php for update. 2024-10-25 03:55:43 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-25 17:10:56 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-25 17:10:57 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-25 17:10:56 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-25 17:10:56 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-25 17:10:56 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-25 17:10:57 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.53 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-25 19:31:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-25 19:31:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-25 19:31:28 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-25 19:31:28 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-25 19:31:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-25 19:31:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.57 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-26 03:54:58 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 88.89MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-26 03:55:00 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-26 03:55:00 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-26 03:55:00 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-26 03:55:00 GMT+0000 (INFO): Including misc.php for update. 2024-10-26 03:55:00 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-27 03:55:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 89.06MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-27 03:55:30 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-27 03:55:30 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-27 03:55:30 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-27 03:55:30 GMT+0000 (INFO): Including misc.php for update. 2024-10-27 03:55:30 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-28 03:57:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 89.2MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-28 03:57:06 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-28 03:57:06 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-28 03:57:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-28 03:57:06 GMT+0000 (INFO): Including misc.php for update. 2024-10-28 03:57:06 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-28 10:21:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-28 10:21:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-28 10:21:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-28 10:21:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-28 10:21:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-28 10:21:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.59 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-28 16:42:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-28 16:42:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-28 16:42:25 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-28 16:42:25 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-28 16:42:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-28 16:42:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.56 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-28 16:48:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-28 16:48:42 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-28 16:48:40 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-28 16:48:40 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-28 16:48:40 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-28 16:48:42 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.55 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-28 19:25:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-28 19:25:36 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-28 19:25:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-28 19:25:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-28 19:25:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-28 19:25:36 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.64 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-28 21:36:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-28 21:37:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-28 21:36:59 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-28 21:36:59 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-28 21:36:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-28 21:37:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.58 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-29 03:56:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 89.54MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-29 03:56:43 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-29 03:56:43 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-29 03:56:43 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-29 03:56:43 GMT+0000 (INFO): Including misc.php for update. 2024-10-29 03:56:43 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-29 03:59:30 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 89.54MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-29 03:59:31 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-29 03:59:31 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-29 03:59:31 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-29 03:59:31 GMT+0000 (INFO): Including misc.php for update. 2024-10-29 03:59:31 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-29 05:35:12 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-29 05:35:13 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-29 05:35:12 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-29 05:35:12 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-29 05:35:12 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-29 05:35:13 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.58 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-30 03:54:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 89.81MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-30 03:54:55 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-30 03:54:55 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-30 03:54:55 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-30 03:54:55 GMT+0000 (INFO): Including misc.php for update. 2024-10-30 03:54:55 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-30 04:21:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-30 04:21:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.24, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-30 04:21:51 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-30 04:21:51 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-30 04:21:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-30 04:21:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.56 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-31 03:54:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 90.08MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-31 03:54:59 GMT+0000 (INFO): A new minor version is available (2.35.17), currently version 2.35.14 is installed. 2024-10-31 03:54:59 GMT+0000 (INFO): Attempting update to 2.35.17 2024-10-31 03:54:59 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-10-31 03:54:59 GMT+0000 (INFO): Including misc.php for update. 2024-10-31 03:54:59 GMT+0000 (INFO): Includes for update complete. Updating... 2024-10-31 05:13:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1672): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-10-31 05:13:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.14, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-10-31 05:13:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-10-31 05:13:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-10-31 05:13:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-10-31 05:13:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.58 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1698): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-10-31 10:28:06 GMT+0000 (INFO): 67235bb5d9b1c0.77563383: Updating database version from 2.35.14 to 2.35.17 (begin). 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #11 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #16 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #17 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #11 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #16 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #17 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #11 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #16 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #17 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #11 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #16 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #17 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #11 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #16 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #17 {main} 2024-10-31 10:28:06 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: https://www.aspiretechnology.com/wp-admin/update-core.php?action=do-plugin-upgrade, Requested URL: /wp-admin/update-core.php, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(true) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(496): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(true) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(456): ABJ_404_Solution_PluginLogic->updateToNewVersionAction(Array) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(426): ABJ_404_Solution_PluginLogic->updateToNewVersion(Array) #7 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(27): ABJ_404_Solution_PluginLogic->getOptions() #8 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(43): ABJ_404_Solution_SpellChecker::getInstance() #9 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/Loader.php(51): ABJ_404_Solution_SpellChecker::init() #10 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(76): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/wp-settings.php(522): include_once('/home/aspiretec...') #12 /home/aspiretechnology/public_html/wp-config.php(93): require_once('/home/aspiretec...') #13 /home/aspiretechnology/public_html/wp-load.php(50): require_once('/home/aspiretec...') #14 /home/aspiretechnology/public_html/wp-admin/admin.php(34): require_once('/home/aspiretec...') #15 /home/aspiretechnology/public_html/wp-admin/update-core.php(10): require_once('/home/aspiretec...') #16 {main} 2024-10-31 10:28:06 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:06 GMT+0000 (INFO): 67235bb5d9b1c0.77563383: Updating database version to 2.35.17 (end). 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:07 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:07 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 90.12MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: 2024-10-31 10:28:14 GMT+0000 (DEBUG): Slow query (6.75 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1635762487 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-10-31 10:28:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-10-31 10:28:16 GMT+0000 (INFO): Renamed table to 2024-10-31 10:28:16 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730370486.9005970954895019531250, Stored debug messages: 2024-10-31 10:28:16 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:14 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:14 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 90.36MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: 2024-11-01 01:43:21 GMT+0000 (DEBUG): Slow query (6.21 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1635817394 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-01 01:43:22 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-01 01:43:22 GMT+0000 (INFO): Renamed table to 2024-11-01 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730425394.1795709133148193359375, Stored debug messages: 2024-11-01 01:43:23 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-01 10:02:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-01 10:02:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-01 10:02:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-01 10:02:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-01 10:02:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-01 10:02:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.58 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-01 20:58:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-01 20:58:39 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-01 20:58:38 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-01 20:58:38 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-01 20:58:38 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-01 20:58:39 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.6 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-02 00:26:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-02 00:26:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-02 00:26:53 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-02 00:26:53 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-02 00:26:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-02 00:26:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.61 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:17 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:17 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 90.6MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: 2024-11-02 01:45:23 GMT+0000 (DEBUG): Slow query (6.41 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1635903916 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-02 01:45:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-02 01:45:24 GMT+0000 (INFO): Renamed table to 2024-11-02 01:45:25 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730511916.3170061111450195312500, Stored debug messages: 2024-11-02 01:45:25 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-02 07:18:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-02 07:19:00 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-02 07:18:59 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-02 07:18:59 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-02 07:18:59 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-02 07:19:00 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.6 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:32 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:39 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 90.79MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: 2024-11-03 01:42:39 GMT+0000 (DEBUG): Slow query (6.48 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1635990152 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:40 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:41 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598152.0366249084472656250000, Stored debug messages: 2024-11-03 01:42:41 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:52 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 90.79MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: 2024-11-03 01:42:52 GMT+0000 (DEBUG): Slow query (6.33 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1635990166 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-03 01:42:53 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-03 01:42:53 GMT+0000 (INFO): Renamed table to 2024-11-03 01:42:54 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730598165.5197999477386474609375, Stored debug messages: 2024-11-03 01:42:54 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-03 04:08:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-03 04:08:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-03 04:08:24 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-03 04:08:24 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-03 04:08:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-03 04:08:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.61 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-03 07:48:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-03 07:48:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-03 07:48:28 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-03 07:48:28 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-03 07:48:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-03 07:48:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.59 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-03 23:19:24 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-03 23:19:26 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-03 23:19:24 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-03 23:19:24 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-03 23:19:24 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-03 23:19:26 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.58 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:40 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:40 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 91.35MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: 2024-11-04 01:45:46 GMT+0000 (DEBUG): Slow query (6.47 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636076739 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-04 01:45:47 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-04 01:45:47 GMT+0000 (INFO): Renamed table to 2024-11-04 01:45:52 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730684739.3243401050567626953125, Stored debug messages: 2024-11-04 01:45:48 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:30 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 91.87MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: 2024-11-05 01:43:29 GMT+0000 (DEBUG): Slow query (6.25 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636163003 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-05 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-05 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-05 01:43:31 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730771002.5884289741516113281250, Stored debug messages: 2024-11-05 01:43:31 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-05 23:07:30 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-05 23:07:32 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-05 23:07:30 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-05 23:07:30 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-05 23:07:30 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-05 23:07:32 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.61 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (INFO): Renamed table to 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (INFO): Renamed table to 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (INFO): Renamed table to 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (INFO): Renamed table to 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:46:54 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:46:54 GMT+0000 (INFO): Renamed table to 2024-11-06 01:47:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 92.58MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: 2024-11-06 01:47:01 GMT+0000 (DEBUG): Slow query (6.54 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636249614 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (INFO): Renamed table to 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (INFO): Renamed table to 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (INFO): Renamed table to 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (INFO): Renamed table to 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-06 01:47:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-06 01:47:01 GMT+0000 (INFO): Renamed table to 2024-11-06 01:47:02 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730857613.6344521045684814453125, Stored debug messages: 2024-11-06 01:47:02 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-06 02:55:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-06 02:55:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-06 02:55:06 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-06 02:55:06 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-06 02:55:06 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-06 02:55:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.7 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-06 13:43:57 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-06 13:43:59 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-06 13:43:57 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-06 13:43:57 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-06 13:43:57 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-06 13:43:59 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.64 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:43 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:43 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:50 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 92.91MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: 2024-11-07 01:42:50 GMT+0000 (DEBUG): Slow query (6.59 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636335763 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-07 01:42:51 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-07 01:42:51 GMT+0000 (INFO): Renamed table to 2024-11-07 01:42:52 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1730943762.9205360412597656250000, Stored debug messages: 2024-11-07 01:42:52 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-07 21:44:32 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-07 21:44:33 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-07 21:44:32 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-07 21:44:32 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-07 21:44:32 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-07 21:44:33 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.64 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-08 00:00:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-08 00:00:29 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-08 00:00:27 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-08 00:00:27 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-08 00:00:27 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-08 00:00:29 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.61 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:10 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:18 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.1MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: 2024-11-08 01:44:16 GMT+0000 (DEBUG): Slow query (6.44 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636422250 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-08 01:44:18 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-08 01:44:18 GMT+0000 (INFO): Renamed table to 2024-11-08 01:44:20 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731030249.6012160778045654296875, Stored debug messages: 2024-11-08 01:44:20 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-08 14:09:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-08 14:09:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-08 14:09:33 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-08 14:09:33 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-08 14:09:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-08 14:09:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.62 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:02 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:02 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.31MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: 2024-11-09 01:42:09 GMT+0000 (DEBUG): Slow query (6.58 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636508522 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-09 01:42:10 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-09 01:42:10 GMT+0000 (INFO): Renamed table to 2024-11-09 01:42:11 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731116521.9864039421081542968750, Stored debug messages: 2024-11-09 01:42:11 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-09 06:27:57 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-09 06:27:58 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-09 06:27:57 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-09 06:27:57 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-09 06:27:57 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-09 06:27:58 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.61 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-09 15:42:32 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-09 15:42:33 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-09 15:42:32 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-09 15:42:32 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-09 15:42:32 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-09 15:42:33 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.62 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:04 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.48MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: 2024-11-10 01:45:11 GMT+0000 (DEBUG): Slow query (7.02 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636595104 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-10 01:45:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-10 01:45:12 GMT+0000 (INFO): Renamed table to 2024-11-10 01:45:13 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731203103.5086441040039062500000, Stored debug messages: 2024-11-10 01:45:13 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-10 10:15:14 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-10 10:15:16 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-10 10:15:14 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-10 10:15:14 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-10 10:15:14 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-10 10:15:16 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.65 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-10 23:43:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-10 23:43:41 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-10 23:43:39 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-10 23:43:39 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-10 23:43:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-10 23:43:41 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.63 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:25 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:25 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.77MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: 2024-11-11 01:43:31 GMT+0000 (DEBUG): Slow query (6.33 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636681404 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-11 01:43:32 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-11 01:43:32 GMT+0000 (INFO): Renamed table to 2024-11-11 01:43:33 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731289404.4220750331878662109375, Stored debug messages: 2024-11-11 01:43:33 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-11 07:57:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-11 07:57:12 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-11 07:57:10 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-11 07:57:10 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-11 07:57:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-11 07:57:12 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.63 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:29 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:29 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:36 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 94MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: 2024-11-12 01:44:35 GMT+0000 (DEBUG): Slow query (6.39 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636767868 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-12 01:44:36 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-12 01:44:36 GMT+0000 (INFO): Renamed table to 2024-11-12 01:44:37 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731375868.2385520935058593750000, Stored debug messages: 2024-11-12 01:44:37 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-12 04:07:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-12 04:07:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-12 04:07:54 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-12 04:07:54 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-12 04:07:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-12 04:07:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.64 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-12 05:42:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-12 05:42:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-12 05:42:54 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-12 05:42:54 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-12 05:42:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-12 05:42:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.63 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-12 07:37:07 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-12 07:37:08 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-12 07:37:07 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-12 07:37:07 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-12 07:37:07 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-12 07:37:08 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.66 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-12 09:35:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-12 09:35:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-12 09:35:50 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-12 09:35:50 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-12 09:35:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-12 09:35:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.64 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:16 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:16 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 94.22MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: 2024-11-13 01:46:23 GMT+0000 (DEBUG): Slow query (6.36 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636854376 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-13 01:46:24 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-13 01:46:24 GMT+0000 (INFO): Renamed table to 2024-11-13 01:46:25 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731462376.0443489551544189453125, Stored debug messages: 2024-11-13 01:46:25 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:23 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:30 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 94.61MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: 2024-11-14 01:42:30 GMT+0000 (DEBUG): Slow query (6.42 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1636940543 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-14 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-14 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-14 01:42:31 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731548542.7877030372619628906250, Stored debug messages: 2024-11-14 01:42:31 GMT+0000 (DEBUG): The latest plugin version is already installed (2.35.17)., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-14 20:19:07 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-14 20:19:09 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-14 20:19:07 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-14 20:19:07 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-14 20:19:07 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-14 20:19:09 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.64 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:15 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:15 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 94.82MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: 2024-11-15 01:43:22 GMT+0000 (DEBUG): Slow query (6.77 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637026995 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-15 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-15 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-15 01:43:24 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731634994.9240889549255371093750, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-15 10:56:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-15 10:56:15 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-15 10:56:13 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-15 10:56:13 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-15 10:56:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-15 10:56:15 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.67 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-15 17:23:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-15 17:23:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-15 17:23:23 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-15 17:23:23 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-15 17:23:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-15 17:23:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.65 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:46 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 95.44MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: 2024-11-16 01:42:45 GMT+0000 (DEBUG): Slow query (6.55 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637113358 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-16 01:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-16 01:42:46 GMT+0000 (INFO): Renamed table to 2024-11-16 01:42:47 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731721358.0874769687652587890625, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-16 02:40:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-16 02:40:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-16 02:40:52 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-16 02:40:52 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-16 02:40:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-16 02:40:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.66 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-16 15:42:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-16 15:42:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-16 15:42:44 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-16 15:42:44 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-16 15:42:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-16 15:42:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.67 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:23 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:23 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:30 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 96.12MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: 2024-11-17 01:43:29 GMT+0000 (DEBUG): Slow query (6.51 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637199802 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-17 01:43:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-17 01:43:30 GMT+0000 (INFO): Renamed table to 2024-11-17 01:43:31 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731807802.2672090530395507812500, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-17 09:22:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-17 09:22:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-17 09:22:50 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-17 09:22:50 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-17 09:22:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-17 09:22:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.72 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-17 12:11:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-17 12:11:08 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-17 12:11:06 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-17 12:11:06 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-17 12:11:06 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-17 12:11:08 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.67 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-17 16:11:33 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-17 16:11:35 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-17 16:11:33 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-17 16:11:33 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-17 16:11:33 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-17 16:11:35 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.67 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 00:27:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 00:27:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 00:27:45 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 00:27:45 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 00:27:45 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 00:27:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.68 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 01:21:53 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 01:21:55 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 01:21:53 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 01:21:53 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 01:21:53 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 01:21:55 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.68 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:01 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:01 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 96.9MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: 2024-11-18 01:42:07 GMT+0000 (DEBUG): Slow query (6.66 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637286120 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-18 01:42:08 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731894120.4349060058593750000000, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-18 01:42:08 GMT+0000 (INFO): Renamed table to 2024-11-18 01:42:09 GMT+0000 (INFO): A new minor version is available (2.35.18), currently version 2.35.17 is installed. 2024-11-18 01:42:09 GMT+0000 (INFO): Attempting update to 2.35.18 2024-11-18 01:42:09 GMT+0000 (INFO): Including WP_Upgrader for update. 2024-11-18 01:42:09 GMT+0000 (INFO): Including misc.php for update. 2024-11-18 01:42:09 GMT+0000 (INFO): Includes for update complete. Updating... 2024-11-18 03:44:30 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 03:44:32 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 03:44:30 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 03:44:30 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 03:44:30 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 03:44:32 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.7 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 03:59:54 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 03:59:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 03:59:54 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 03:59:54 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 03:59:54 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 03:59:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.72 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 08:26:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 08:26:21 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 08:26:19 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 08:26:19 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 08:26:19 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 08:26:21 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.68 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 10:56:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 10:56:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 10:56:44 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 10:56:44 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 10:56:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 10:56:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.71 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 20:23:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 20:23:50 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 20:23:48 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 20:23:48 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 20:23:48 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 20:23:50 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.7 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 22:05:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 22:05:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 22:05:22 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 22:05:22 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 22:05:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 22:05:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.7 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-18 22:26:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-18 22:26:12 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-18 22:26:10 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-18 22:26:10 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-18 22:26:10 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-18 22:26:12 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.68 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (INFO): Renamed table to 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (INFO): Renamed table to 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (INFO): Renamed table to 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (INFO): Renamed table to 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:46:58 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:46:58 GMT+0000 (INFO): Renamed table to 2024-11-19 01:47:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.39MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: 2024-11-19 01:47:05 GMT+0000 (DEBUG): Slow query (6.68 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637372818 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (INFO): Renamed table to 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (INFO): Renamed table to 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (INFO): Renamed table to 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (INFO): Renamed table to 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-19 01:47:05 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-19 01:47:05 GMT+0000 (INFO): Renamed table to 2024-11-19 01:47:06 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1731980817.5724740028381347656250, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-19 16:26:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input', '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input', '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=1 d auto_prepend_file=php:/input/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(218): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-19 16:26:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-19 16:26:36 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include=1 ­d auto_prepend_file=php:/input | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-19 16:26:36 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-19 16:26:36 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-19 16:26:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.73 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(346): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:30 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:30 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.18MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: 2024-11-20 01:42:37 GMT+0000 (DEBUG): Slow query (6.64 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637458950 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-20 01:42:38 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-20 01:42:38 GMT+0000 (INFO): Renamed table to 2024-11-20 01:42:39 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732066949.7737820148468017578125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:04 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1386): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:04 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.39MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: 2024-11-21 01:42:11 GMT+0000 (DEBUG): Slow query (6.55 seconds): /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql BEGIN ----- */ select inner_table.*, FROM_UNIXTIME(inner_table.most_recent) as last_used_formatted, COALESCE(dest_url, permalink) as best_guess_dest from ( -- SELECT r.id, r.url as from_url, l.dest_url, UNIX_TIMESTAMP(NOW()) as now, r.timestamp as created_date, max(l.timestamp) as last_used, greatest( COALESCE(r.timestamp, max(l.timestamp)), COALESCE(max(l.timestamp), r.timestamp) ) as most_recent, Replace( Replace( Replace( Replace(wpo.option_value, '%year%', Date_format(wpp.post_date, '%Y')), '%monthnum%', Date_format(wpp.post_date, '%m')), '%day%', Date_format(wpp.post_date, '%d')), '%postname%', wpp.post_name) AS permalink FROM wp_abj404_redirects r left outer join wp_abj404_logsv2 l on r.url = l.requested_url left outer join wp_posts wpp on r.final_dest = wpp.ID left outer JOIN wp_options wpo ON wpo.option_name = 'permalink_structure' where r.status in (3, 4, 5) group by r.url ) inner_table where most_recent <= 1637545324 /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getMostUnusedRedirects.sql END ----- */ , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 2, errstr: "Undefined array key \"table_name\"", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 101, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(101): ABJ_404_Solution_ErrorHandler::NormalErrorHandler(2, 'Undefined array...', '/home/aspiretec...', 101) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): ABJ404-SOLUTION Normal error handler error: errno: 8192, errstr: "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated", errfile: "/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php", errline: 102, \nAdditional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(89): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::NormalErrorHandler(8192, 'strtolower(): P...', '/home/aspiretec...', 102) #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(102): strtolower(NULL) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #6 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #8 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #10 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #11 {main} 2024-11-21 01:42:12 GMT+0000 (ERROR): Ugh. SQL query error: Incorrect table name '', SQL: RENAME TABLE `` TO ``, Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(108): ABJ_404_Solution_DataAccess->queryAndGetResults('RENAME TABLE ``...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(50): ABJ_404_Solution_DatabaseUpgradesEtc->renameAbj404TablesToLowerCase() #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php(41): ABJ_404_Solution_DatabaseUpgradesEtc->reallyCreateDatabaseTables(false) #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1541): ABJ_404_Solution_DatabaseUpgradesEtc->createDatabaseTables() #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(155): ABJ_404_Solution_DataAccess->deleteOldRedirectsCron() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_dailyMaintenanceCronJobListener() #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-cron.php(191): do_action_ref_array('abj404_cleanupC...', Array) #10 {main} 2024-11-21 01:42:12 GMT+0000 (INFO): Renamed table to 2024-11-21 01:42:13 GMT+0000 (ERROR): ABJ404-SOLUTION Fatal error handler: {"type":8192,"message":"strtolower(): Passing null to parameter #1 ($string) of type string is deprecated","file":"/home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DatabaseUpgradesEtc.php","line":102}, Additional info: (none), mbstring: true, PHP version: 8.2.25, WP ver: 6.6.2, Plugin ver: 2.35.17, Referrer: , Requested URL: /wp-cron.php?doing_wp_cron=1732153324.0541489124298095703125, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/ErrorHandler.php(149): ABJ_404_Solution_Logging->errorMessage('ABJ404-SOLUTION...') #1 [internal function]: ABJ_404_Solution_ErrorHandler::FatalErrorHandler() #2 {main} 2024-11-21 14:04:29 GMT+0000 (INFO): 673f3ded21b838.42549488: Updating database version from 2.35.17 to 2.35.23 (begin). 2024-11-21 14:04:29 GMT+0000 (INFO): 673f3ded21b838.42549488: Updating database version to 2.35.23 (end). 2024-11-21 14:05:29 GMT+0000 (INFO): 673f3ded328a14.43744942: Updating database version from 2.35.17 to 2.35.23 (begin). 2024-11-21 14:05:30 GMT+0000 (INFO): 673f3ded328a14.43744942: Updating database version to 2.35.23 (end). 2024-11-21 14:05:39 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.49MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-21 16:41:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-21 16:41:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-21 16:41:49 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-21 16:41:49 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-21 16:41:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-21 16:41:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.7 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-22 04:19:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.64MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-22 07:10:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-22 07:10:05 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-22 07:10:03 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-22 07:10:03 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-22 07:10:03 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-22 07:10:05 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.8 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-22 18:42:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-22 18:42:46 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-22 18:42:44 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-22 18:42:44 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-22 18:42:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-22 18:42:46 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.69 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-23 02:28:39 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-23 02:28:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-23 02:28:39 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-23 02:28:39 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-23 02:28:39 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-23 02:28:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.71 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-23 04:18:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.77MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-23 21:27:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-23 21:27:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-23 21:27:28 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-23 21:27:28 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-23 21:27:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-23 21:27:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.74 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-24 04:19:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.01MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-24 11:31:44 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-24 11:31:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.25, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-24 11:31:44 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-24 11:31:44 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-24 11:31:44 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-24 11:31:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.74 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-25 04:17:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.1MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-26 04:17:46 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.27MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-26 06:26:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-26 06:26:17 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-26 06:26:15 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-26 06:26:15 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-26 06:26:15 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-26 06:26:17 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.73 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-27 04:17:46 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.47MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-27 18:53:55 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-27 18:53:56 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-27 18:53:55 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-27 18:53:55 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-27 18:53:55 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-27 18:53:56 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.73 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-28 04:25:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.68MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-28 07:15:38 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-28 07:15:40 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-28 07:15:38 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-28 07:15:38 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-28 07:15:38 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-28 07:15:40 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.76 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-28 21:06:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-28 21:06:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-28 21:06:46 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-28 21:06:46 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-28 21:06:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-28 21:06:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.74 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-29 04:19:34 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.02MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-11-29 12:22:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-29 12:22:54 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-29 12:22:52 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-29 12:22:52 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-29 12:22:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-29 12:22:54 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.72 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-29 21:37:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-11-29 21:37:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-11-29 21:37:25 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-11-29 21:37:25 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-11-29 21:37:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-11-29 21:37:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.72 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-11-30 04:18:52 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 91.83MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-01 03:32:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-01 03:32:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-01 03:32:50 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-01 03:32:50 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-01 03:32:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-01 03:32:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.76 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-01 04:23:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 92.1MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-02 04:17:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 92.24MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-02 10:52:31 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-02 10:52:32 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-02 10:52:31 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-02 10:52:31 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-02 10:52:31 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-02 10:52:32 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.74 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-02 17:24:36 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-02 17:24:38 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-02 17:24:36 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-02 17:24:36 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-02 17:24:36 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-02 17:24:38 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.75 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-03 04:20:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 92.47MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-03 21:48:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-03 21:48:14 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-03 21:48:13 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-03 21:48:13 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-03 21:48:13 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-03 21:48:14 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.74 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-04 04:20:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 92.78MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-04 14:03:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-04 14:03:08 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-04 14:03:06 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-04 14:03:06 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-04 14:03:06 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-04 14:03:08 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.77 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-05 04:27:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.04MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-06 04:21:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.31MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-06 08:23:25 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-06 08:23:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-06 08:23:25 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-06 08:23:25 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-06 08:23:25 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-06 08:23:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.74 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-07 04:19:50 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.46MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-07 07:32:50 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-07 07:32:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-07 07:32:50 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-07 07:32:50 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-07 07:32:50 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-07 07:32:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.78 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-08 04:19:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.73MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-09 04:18:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 93.94MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-09 05:32:26 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-09 05:32:27 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-09 05:32:26 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-09 05:32:26 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-09 05:32:26 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-09 05:32:27 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.75 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-10 04:18:51 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 94.41MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-10 13:05:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-10 13:05:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-10 13:05:22 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-10 13:05:22 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-10 13:05:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-10 13:05:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.75 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-11 03:00:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-11 03:00:07 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-11 03:00:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-11 03:00:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-11 03:00:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-11 03:00:07 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.86 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-11 04:18:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 94.84MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-12 04:18:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 95.03MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-12 05:28:49 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-12 05:28:51 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-12 05:28:49 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-12 05:28:49 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-12 05:28:49 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-12 05:28:51 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.77 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-12 11:24:52 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-12 11:24:53 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-12 11:24:52 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-12 11:24:52 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-12 11:24:52 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-12 11:24:53 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.77 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-12 17:14:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-12 17:14:47 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-12 17:14:45 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-12 17:14:45 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-12 17:14:45 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-12 17:14:47 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.81 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-13 04:17:52 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 95.21MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-13 14:21:05 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-13 14:21:06 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-13 14:21:05 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-13 14:21:05 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-13 14:21:05 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-13 14:21:06 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.8 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-14 04:18:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 95.47MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-14 09:21:46 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-14 09:21:48 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-14 09:21:46 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-14 09:21:46 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-14 09:21:46 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-14 09:21:48 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.8 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-15 04:17:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 95.63MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-16 04:24:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 95.92MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-17 04:31:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 96.36MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-18 00:05:21 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-18 00:05:23 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-18 00:05:21 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-18 00:05:21 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-18 00:05:21 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-18 00:05:23 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.79 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-18 04:18:58 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 96.75MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-18 13:28:09 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-18 13:28:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-18 13:28:09 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-18 13:28:09 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-18 13:28:09 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-18 13:28:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.78 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-18 21:59:41 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-18 21:59:43 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-18 21:59:41 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-18 21:59:41 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-18 21:59:41 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-18 21:59:43 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.79 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-19 04:19:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-19 17:01:12 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?­d_cgi_force_redirect=', '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/php-cgi/php-cgi.exe?d_cgi_force_redirect=', '/php-cgi/php-cgi.exe?d_cgi_force_redirect=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/php-cgi/php-cgi.exe?d_cgi_force_redirect=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-19 17:01:14 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/php-cgi/php-cgi.exe?­d_cgi_force_redirect=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /php-cgi/php-cgi.exe?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-19 17:01:12 GMT+0000 (DEBUG): Processing 404 for URL: /php-cgi/php-cgi.exe?­d_cgi_force_redirect= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-19 17:01:12 GMT+0000 (DEBUG): No posts or pages matching slug: php-cgi.exe 2024-12-19 17:01:12 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-19 17:01:14 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /php-cgi/php-cgi.exe?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.79 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/php-cgi/php-cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/php-cgi/php-cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-19 17:01:22 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?­d_cgi_force_redirect=', '/test.php?­d_cgi_force_redirect=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?­d_cgi_force_redirect=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.php?d_cgi_force_redirect=', '/test.php?d_cgi_force_redirect=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.php?d_cgi_force_redirect=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-19 17:01:24 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.php?­d_cgi_force_redirect=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /test.php?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-19 17:01:22 GMT+0000 (DEBUG): Processing 404 for URL: /test.php?­d_cgi_force_redirect= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-19 17:01:22 GMT+0000 (DEBUG): No posts or pages matching slug: test.php 2024-12-19 17:01:22 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-19 17:01:24 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.php?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.8 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.php?\xADd_cg...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.php?\xADd_cg...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-19 17:01:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?­d_cgi_force_redirect=', '/test.hello?­d_cgi_force_redirect=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?­d_cgi_force_redirect=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/test.hello?d_cgi_force_redirect=', '/test.hello?d_cgi_force_redirect=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/test.hello?d_cgi_force_redirect=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-19 17:01:30 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/test.hello?­d_cgi_force_redirect=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /test.hello?%ADd+cgi.force_redirect%3d0+%ADd+cgi.redirect_status_env+%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-19 17:01:28 GMT+0000 (DEBUG): Processing 404 for URL: /test.hello?­d_cgi_force_redirect= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-19 17:01:28 GMT+0000 (DEBUG): No posts or pages matching slug: test.hello 2024-12-19 17:01:28 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-19 17:01:30 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /test.hello?­d cgi.force_redirect=0 ­d cgi.redirect_status_env ­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.79 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/test.hello?\xADd_...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/test.hello?\xADd_...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-20 04:21:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.21MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-20 15:17:43 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-20 15:17:45 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-20 15:17:43 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-20 15:17:43 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-20 15:17:43 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-20 15:17:45 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.83 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-20 18:56:23 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-20 18:56:25 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-20 18:56:23 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-20 18:56:23 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-20 18:56:23 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-20 18:56:25 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.82 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-21 04:18:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.43MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-21 12:55:09 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-21 12:55:11 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-21 12:55:09 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-21 12:55:09 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-21 12:55:09 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-21 12:55:11 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.79 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-21 17:12:35 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-21 17:12:37 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-21 17:12:35 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-21 17:12:35 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-21 17:12:35 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-21 17:12:37 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.82 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-21 21:38:51 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-21 21:38:52 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-21 21:38:51 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-21 21:38:51 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-21 21:38:51 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-21 21:38:52 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.79 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-22 04:17:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.62MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-22 06:16:32 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?­d_allow_url_include=', '/hello.world?­d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?­d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql BEGIN ----- */ select r.* from wp_abj404_redirects r left outer join wp_posts p on r.final_dest = p.id left outer join wp_terms t on r.final_dest = t.term_id where CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci in ('/hello.world?d_allow_url_include=', '/hello.world?d_allow_url_include=/') /* a disabled value of '1' means in the trash. */ and r.disabled = 0 and r.status in (1, 2) and r.type not in (0) /* only include the redirect if the page exists or the destination is external. */ and (p.id is not null or t.term_id is not null or r.type = 4) and (p.post_status in ('publish', 'published') or r.type != 1) -- make sure the first url appears first. order by (CASE when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=' then 1 when CAST(r.url AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '/hello.world?d_allow_url_include=/' then 2 else 'Unknown' end), r.timestamp desc /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPermalinkFromURL.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1675): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(215): ABJ_404_Solution_DataAccess->getActiveRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2024-12-22 06:16:34 GMT+0000 (ERROR): Ugh. SQL query error: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation '=', SQL: select * from wp_abj404_redirects where url = '/hello.world?­d_allow_url_include=' and disabled = 0 , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: n/a, PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.35.23, Referrer: , Requested URL: /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input, Stored debug messages: 2024-12-22 06:16:32 GMT+0000 (DEBUG): Processing 404 for URL: /hello.world?­d_allow_url_include= | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, 2024-12-22 06:16:32 GMT+0000 (DEBUG): No posts or pages matching slug: hello.world 2024-12-22 06:16:32 GMT+0000 (DEBUG): Found 1 likely match IDs. 2024-12-22 06:16:34 GMT+0000 (DEBUG): Logging redirect. Referer: | Current user: | From: /hello.world?­d allow_url_include=1 ­d auto_prepend_file=php://input to: 404, Reason: gave up., Ignore msg(s): , Execution time: 1.84 seconds, permalinks found: (not set), Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(240): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1701): ABJ_404_Solution_DataAccess->queryAndGetResults('select * from w...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/PluginLogic.php(372): ABJ_404_Solution_DataAccess->getExistingRedirectForURL('/hello.world?\xADd...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(343): ABJ_404_Solution_PluginLogic->sendTo404Page('/hello.world?\xADd...', '') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(149): ABJ_404_Solution_WordPress_Connector->process404() #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #9 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #10 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #11 {main} 2024-12-23 04:18:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.02MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-23 10:11:20 GMT+0000 (INFO): 67693748463e10.16259617: Updating database version from 2.35.23 to 2.36.4 (begin). 2024-12-23 10:11:20 GMT+0000 (INFO): 67693748463e10.16259617: Updating database version to 2.36.4 (end). 2024-12-23 10:11:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.03MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-24 00:38:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.13MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-25 00:48:36 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.21MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-26 00:41:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.31MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-27 00:39:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.4MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-28 00:39:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.51MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-29 00:50:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.65MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-30 00:43:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.7MB, Duplicate rows deleted: 0, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2024-12-31 00:43:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.83MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-01 00:45:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.97MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-02 00:44:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.07MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-03 00:39:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.22MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-04 00:40:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.38MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-05 00:40:25 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.49MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-05 23:55:27 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.36.4, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-01-05 23:55:27 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1798): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-01-05 23:55:27 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.36.4, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-01-05 23:55:27 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-01-05 23:55:27 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-01-05 23:55:30 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'wн¨Îļþ¼Ð.zipwww.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.36.4, Referrer: , Requested URL: /wн¨Îļþ¼Ð.zipwww.rar, Stored debug messages: 2025-01-05 23:55:30 GMT+0000 (DEBUG): Processing 404 for URL: /wн¨Îļþ¼Ð.zipwww.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1798): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-01-05 23:55:30 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('wн¨Îļþ¼Ð.zipwww.rar','[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.40, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('w½ļ.zipwww.rar','[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.26, WP ver: 6.7.1, Plugin ver: 2.36.4, Referrer: , Requested URL: /wн¨Îļþ¼Ð.zipwww.rar, Stored debug messages: 2025-01-05 23:55:30 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-01-05 23:55:30 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(438): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-01-06 00:38:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.62MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-07 00:39:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.79MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-08 00:39:36 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.91MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-09 00:41:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.13MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-10 00:46:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.53MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-11 00:40:34 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.7MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-12 00:41:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.81MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-13 00:38:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.93MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-14 00:39:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.3MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-15 00:42:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.58MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-16 00:38:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.31MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-17 00:39:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.43MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-18 00:39:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.55MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-19 00:39:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.04MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-20 00:39:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.49MB, Duplicate rows deleted: 14, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-21 00:38:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.6MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-22 00:42:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-23 00:38:58 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.03MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-24 00:38:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.36MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-25 00:39:44 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.17MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-26 00:38:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.04MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-27 00:41:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.55MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-28 00:38:58 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.54MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-29 00:42:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.82MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-30 00:38:39 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.21MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-01-31 00:39:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.88MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-01 00:38:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-02 00:39:31 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.57MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-03 00:38:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.03MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-04 00:39:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.88MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-05 00:42:16 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.82MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-06 00:38:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.69MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-07 00:41:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.04MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-07 00:41:06 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-07 00:41:06 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-07 00:41:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-07 00:41:06 GMT+0000 (INFO): Including misc.php for update. 2025-02-07 00:41:06 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-08 00:42:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.43MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-08 00:42:15 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-08 00:42:15 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-08 00:42:15 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-08 00:42:15 GMT+0000 (INFO): Including misc.php for update. 2025-02-08 00:42:15 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-09 00:39:58 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.85MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-09 00:40:01 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-09 00:40:01 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-09 00:40:01 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-09 00:40:01 GMT+0000 (INFO): Including misc.php for update. 2025-02-09 00:40:01 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-10 00:39:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.45MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-10 00:39:55 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-10 00:39:55 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-10 00:39:55 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-10 00:39:55 GMT+0000 (INFO): Including misc.php for update. 2025-02-10 00:39:55 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-11 00:39:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.84MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-11 00:39:34 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-11 00:39:34 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-11 00:39:34 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-11 00:39:34 GMT+0000 (INFO): Including misc.php for update. 2025-02-11 00:39:34 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-12 00:38:51 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.11MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-12 00:38:52 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-12 00:38:52 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-12 00:38:52 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-12 00:38:52 GMT+0000 (INFO): Including misc.php for update. 2025-02-12 00:38:52 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-13 00:40:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.39MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-13 00:40:16 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-13 00:40:16 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-13 00:40:16 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-13 00:40:16 GMT+0000 (INFO): Including misc.php for update. 2025-02-13 00:40:16 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-14 00:38:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.53MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-14 00:38:54 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-14 00:38:54 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-14 00:38:54 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-14 00:38:54 GMT+0000 (INFO): Including misc.php for update. 2025-02-14 00:38:54 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-15 00:41:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.46MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-15 00:41:20 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-15 00:41:20 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-15 00:41:20 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-15 00:41:20 GMT+0000 (INFO): Including misc.php for update. 2025-02-15 00:41:20 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-16 00:42:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.93MB, Duplicate rows deleted: 10, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-16 00:42:05 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-16 00:42:05 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-16 00:42:05 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-16 00:42:05 GMT+0000 (INFO): Including misc.php for update. 2025-02-16 00:42:05 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-17 00:42:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.13MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-17 00:42:13 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-17 00:42:13 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-17 00:42:13 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-17 00:42:13 GMT+0000 (INFO): Including misc.php for update. 2025-02-17 00:42:13 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-18 00:39:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.85MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-18 00:39:54 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-18 00:39:54 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-18 00:39:54 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-18 00:39:54 GMT+0000 (INFO): Including misc.php for update. 2025-02-18 00:39:54 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-19 00:41:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.17MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-19 00:41:10 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-19 00:41:10 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-19 00:41:10 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-19 00:41:10 GMT+0000 (INFO): Including misc.php for update. 2025-02-19 00:41:10 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-20 00:41:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.18MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-20 00:41:41 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-20 00:41:41 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-20 00:41:41 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-20 00:41:41 GMT+0000 (INFO): Including misc.php for update. 2025-02-20 00:41:41 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-21 00:38:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.29MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-21 00:39:00 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-21 00:39:00 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-21 00:39:00 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-21 00:39:00 GMT+0000 (INFO): Including misc.php for update. 2025-02-21 00:39:00 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-22 00:39:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.18MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-22 00:39:43 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-22 00:39:43 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-22 00:39:43 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-22 00:39:43 GMT+0000 (INFO): Including misc.php for update. 2025-02-22 00:39:43 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-23 00:40:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.5MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-23 00:40:12 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-23 00:40:12 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-23 00:40:12 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-23 00:40:12 GMT+0000 (INFO): Including misc.php for update. 2025-02-23 00:40:12 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-24 00:39:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.95MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-24 00:39:13 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-24 00:39:13 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-24 00:39:13 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-24 00:39:13 GMT+0000 (INFO): Including misc.php for update. 2025-02-24 00:39:13 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-25 00:40:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.99MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-25 00:40:13 GMT+0000 (INFO): A new minor version is available (2.36.5), currently version 2.36.4 is installed. 2025-02-25 00:40:13 GMT+0000 (INFO): Attempting update to 2.36.5 2025-02-25 00:40:13 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-02-25 00:40:13 GMT+0000 (INFO): Including misc.php for update. 2025-02-25 00:40:13 GMT+0000 (INFO): Includes for update complete. Updating... 2025-02-25 11:31:27 GMT+0000 (INFO): 67bdaa0ee053f3.66998301: Updating database version from 2.36.4 to 2.36.5 (begin). 2025-02-25 11:31:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-25 11:31:27 GMT+0000 (INFO): 67bdaa0ee053f3.66998301: Updating database version to 2.36.5 (end). 2025-02-25 11:31:27 GMT+0000 (INFO): 67bdaa0eec7828.65448809: Updating database version from 2.36.4 to 2.36.5 (begin). 2025-02-25 11:31:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-25 11:31:28 GMT+0000 (INFO): 67bdaa0eec7828.65448809: Updating database version to 2.36.5 (end). 2025-02-25 11:31:28 GMT+0000 (INFO): 67bdaa0ef05b35.55782911: Updating database version from 2.36.4 to 2.36.5 (begin). 2025-02-25 11:31:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-25 11:31:29 GMT+0000 (INFO): 67bdaa0ef05b35.55782911: Updating database version to 2.36.5 (end). 2025-02-25 11:31:40 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-25 11:31:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.59MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-25 11:31:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-26 04:46:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-26 04:47:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.92MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-26 04:47:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-27 04:46:03 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-27 04:46:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.08MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-27 04:46:19 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-28 04:45:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-02-28 04:45:48 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.79MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-02-28 04:45:49 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-01 04:46:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-01 04:47:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.5MB, Duplicate rows deleted: 34, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-01 04:47:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-02 04:45:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-02 04:45:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.12MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-02 04:45:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-03 04:46:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-03 04:47:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.59MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-03 04:47:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-04 04:46:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-04 04:46:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.37MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-04 04:46:38 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-05 04:46:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-05 04:47:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.04MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-05 04:47:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-06 04:46:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-06 04:46:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.62MB, Duplicate rows deleted: 15, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-06 04:46:44 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-06 04:46:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-06 04:47:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.62MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-06 04:47:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-07 04:46:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-07 04:47:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.89MB, Duplicate rows deleted: 17, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-07 04:47:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-08 04:46:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-08 04:47:12 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.56MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-08 04:47:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-09 04:46:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-09 04:47:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.41MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-09 04:47:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-10 04:45:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-10 04:46:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.69MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-10 04:46:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-11 04:46:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-11 04:47:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.38MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-11 04:47:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-12 04:46:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-12 04:47:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.79MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-12 04:47:03 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-13 04:46:44 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-13 04:47:00 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-13 04:47:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-14 04:46:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-14 04:46:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.56MB, Duplicate rows deleted: 24, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-14 04:46:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-15 04:46:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-15 04:47:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.81MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-15 04:47:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-16 04:46:34 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-16 04:46:48 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.17MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-16 04:46:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-17 04:46:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-17 04:47:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.6MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-17 04:47:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-18 04:45:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-18 04:46:00 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.48MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-18 04:46:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-19 04:46:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-19 04:47:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.92MB, Duplicate rows deleted: 18, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-19 04:47:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-20 04:46:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-20 04:47:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.07MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-20 04:47:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-21 04:45:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-21 04:45:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.76MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-21 04:45:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-22 04:45:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-22 04:45:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.17MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-22 04:46:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-23 04:46:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-23 04:47:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.08MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-23 04:47:09 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-24 04:46:14 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-24 04:46:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.24MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-24 04:46:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-25 04:46:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-25 04:47:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.69MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-25 04:47:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-26 04:46:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-26 04:47:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.48MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-26 04:47:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-27 04:46:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-27 04:47:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.91MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-27 04:47:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-28 04:46:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-28 04:46:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.82MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-28 04:46:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-29 04:45:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-29 04:46:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.74MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-29 04:46:09 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-30 04:45:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-30 04:45:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.72MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-30 04:45:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-31 04:46:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-03-31 04:47:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.39MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-03-31 04:47:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-01 04:46:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-01 04:46:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.98MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-01 04:46:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-02 04:45:44 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-02 04:45:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.52MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-02 04:45:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-03 04:46:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-03 04:47:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.49MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-03 04:47:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-04 04:46:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-04 04:46:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.73MB, Duplicate rows deleted: 12, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-04 04:46:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-05 04:46:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-05 04:47:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.61MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-05 04:47:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-06 04:46:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-06 04:47:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.21MB, Duplicate rows deleted: 13, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-06 04:47:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-07 04:45:49 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-07 04:46:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.5MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-07 04:46:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-08 04:46:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-08 04:46:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.49MB, Duplicate rows deleted: 12, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-08 04:46:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-09 04:46:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-09 04:46:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.53MB, Duplicate rows deleted: 17, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-09 04:46:23 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-10 04:46:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-10 04:46:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.05MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-10 04:46:37 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-11 04:46:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-11 04:46:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.38MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-11 04:46:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-12 04:46:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-12 04:47:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.07MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-12 04:47:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-13 04:46:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-13 04:47:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.02MB, Duplicate rows deleted: 10, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-13 04:47:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-14 04:46:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-14 04:47:00 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.56MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-14 04:47:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-15 04:46:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-15 04:46:36 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.66MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-15 04:46:36 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-16 04:46:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-16 04:47:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.48MB, Duplicate rows deleted: 15, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-16 04:47:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-17 04:46:23 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-17 04:46:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.82MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-17 04:46:30 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-18 04:45:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-18 04:46:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.04MB, Duplicate rows deleted: 10, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-18 04:46:05 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-19 04:46:51 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-19 04:46:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.81MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-19 04:46:58 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-19 04:46:59 GMT+0000 (INFO): A new minor version is available (2.36.6), currently version 2.36.5 is installed. 2025-04-19 04:46:59 GMT+0000 (INFO): Attempting update to 2.36.6 2025-04-19 04:46:59 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-04-19 04:46:59 GMT+0000 (INFO): Including misc.php for update. 2025-04-19 04:46:59 GMT+0000 (INFO): Includes for update complete. Updating... 2025-04-20 04:45:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-20 04:46:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.3MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-20 04:46:09 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-20 04:46:10 GMT+0000 (INFO): A new minor version is available (2.36.6), currently version 2.36.5 is installed. 2025-04-20 04:46:10 GMT+0000 (INFO): Attempting update to 2.36.6 2025-04-20 04:46:10 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-04-20 04:46:10 GMT+0000 (INFO): Including misc.php for update. 2025-04-20 04:46:10 GMT+0000 (INFO): Includes for update complete. Updating... 2025-04-21 04:46:51 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-21 04:47:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.25MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-21 04:47:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-21 04:47:07 GMT+0000 (INFO): A new minor version is available (2.36.6), currently version 2.36.5 is installed. 2025-04-21 04:47:07 GMT+0000 (INFO): Attempting update to 2.36.6 2025-04-21 04:47:07 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-04-21 04:47:07 GMT+0000 (INFO): Including misc.php for update. 2025-04-21 04:47:07 GMT+0000 (INFO): Includes for update complete. Updating... 2025-04-22 04:46:03 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-22 04:46:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.68MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-22 04:46:18 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-22 04:46:19 GMT+0000 (INFO): A new minor version is available (2.36.6), currently version 2.36.5 is installed. 2025-04-22 04:46:19 GMT+0000 (INFO): Attempting update to 2.36.6 2025-04-22 04:46:19 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-04-22 04:46:19 GMT+0000 (INFO): Including misc.php for update. 2025-04-22 04:46:19 GMT+0000 (INFO): Includes for update complete. Updating... 2025-04-22 12:08:00 GMT+0000 (INFO): 680786a0231bc3.31842692: Updating database version from 2.36.5 to 2.36.6 (begin). 2025-04-22 12:08:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-22 12:08:00 GMT+0000 (INFO): 680786a0231bc3.31842692: Updating database version to 2.36.6 (end). 2025-04-22 12:09:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-22 12:09:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.55MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-22 12:09:14 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-23 03:21:51 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-23 03:22:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.38MB, Duplicate rows deleted: 16, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-23 03:22:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-24 03:18:51 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-24 03:19:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.07MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-24 03:19:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-25 03:18:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-25 03:18:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.15MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-25 03:18:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-26 03:19:03 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-26 03:19:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.84MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-26 03:19:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-27 03:21:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-27 03:21:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.1MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-27 03:21:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-28 03:20:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-28 03:20:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.6MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-28 03:20:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-29 03:18:30 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-29 03:18:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.95MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-29 03:18:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-29 03:18:46 GMT+0000 (INFO): A new minor version is available (2.36.9), currently version 2.36.6 is installed. 2025-04-29 03:18:46 GMT+0000 (INFO): Attempting update to 2.36.9 2025-04-29 03:18:46 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-04-29 03:18:46 GMT+0000 (INFO): Including misc.php for update. 2025-04-29 03:18:46 GMT+0000 (INFO): Includes for update complete. Updating... 2025-04-30 03:19:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-04-30 03:19:20 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.61MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-04-30 03:19:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-01 03:18:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-01 03:18:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.34MB, Duplicate rows deleted: 20, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-01 03:18:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-02 03:18:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-02 03:18:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.62MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-02 03:18:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-03 03:18:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-03 03:18:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.25MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-03 03:18:40 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-03 03:18:41 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-03 03:18:41 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-03 03:18:41 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-03 03:18:41 GMT+0000 (INFO): Including misc.php for update. 2025-05-03 03:18:41 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-04 03:18:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-04 03:18:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.12MB, Duplicate rows deleted: 19, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-04 03:19:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-04 03:19:01 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-04 03:19:01 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-04 03:19:01 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-04 03:19:01 GMT+0000 (INFO): Including misc.php for update. 2025-05-04 03:19:01 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-05 03:19:47 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-05 03:20:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.25MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-05 03:20:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-05 03:20:03 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-05 03:20:03 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-05 03:20:03 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-05 03:20:03 GMT+0000 (INFO): Including misc.php for update. 2025-05-05 03:20:03 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-06 03:21:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-06 03:22:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.4MB, Duplicate rows deleted: 12, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-06 03:22:05 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-06 03:22:06 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-06 03:22:06 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-06 03:22:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-06 03:22:06 GMT+0000 (INFO): Including misc.php for update. 2025-05-06 03:22:06 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-07 03:18:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-07 03:18:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.07MB, Duplicate rows deleted: 14, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-07 03:18:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-07 03:18:44 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-07 03:18:44 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-07 03:18:44 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-07 03:18:44 GMT+0000 (INFO): Including misc.php for update. 2025-05-07 03:18:44 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-08 03:20:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-08 03:21:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.69MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-08 03:21:03 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-08 03:21:04 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-08 03:21:04 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-08 03:21:04 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-08 03:21:04 GMT+0000 (INFO): Including misc.php for update. 2025-05-08 03:21:04 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-09 03:19:24 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-09 03:19:39 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.28MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-09 03:19:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-09 03:19:40 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-09 03:19:40 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-09 03:19:40 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-09 03:19:40 GMT+0000 (INFO): Including misc.php for update. 2025-05-09 03:19:40 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-09 19:37:18 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '.eñv' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /.e%f1v, Stored debug messages: 2025-05-09 19:37:18 GMT+0000 (DEBUG): Processing 404 for URL: /.eñv | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('.e\xF1v') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('.e\xF1v') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-09 19:37:18 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.eñv','[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.ev','[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /.e%f1v, Stored debug messages: 2025-05-09 19:37:18 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-09 19:37:18 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('.e\xF1v', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('.e\xF1v', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('.e\xF1v') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-10 00:41:17 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '.eñv' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /.e%f1v, Stored debug messages: 2025-05-10 00:41:17 GMT+0000 (DEBUG): Processing 404 for URL: /.eñv | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('.e\xF1v') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('.e\xF1v') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-10 00:41:17 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.eñv','[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.ev','[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"52.3810\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /.e%f1v, Stored debug messages: 2025-05-10 00:41:17 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-10 00:41:17 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('.e\xF1v', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('.e\xF1v', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('.e\xF1v') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-10 03:19:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-10 03:19:36 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.73MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-10 03:19:36 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-10 03:19:37 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-10 03:19:37 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-10 03:19:37 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-10 03:19:37 GMT+0000 (INFO): Including misc.php for update. 2025-05-10 03:19:37 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-11 03:19:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-11 03:20:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.7MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-11 03:20:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-11 03:20:03 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-11 03:20:03 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-11 03:20:03 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-11 03:20:03 GMT+0000 (INFO): Including misc.php for update. 2025-05-11 03:20:03 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-12 03:18:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-12 03:18:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.67MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-12 03:18:40 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-12 03:18:42 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-12 03:18:42 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-12 03:18:42 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-12 03:18:42 GMT+0000 (INFO): Including misc.php for update. 2025-05-12 03:18:42 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-13 03:18:34 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-13 03:18:49 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.01MB, Duplicate rows deleted: 28, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-13 03:18:49 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-13 03:18:50 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-13 03:18:50 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-13 03:18:50 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-13 03:18:50 GMT+0000 (INFO): Including misc.php for update. 2025-05-13 03:18:50 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-13 04:29:57 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%C0, Stored debug messages: 2025-05-13 04:29:57 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-13 04:29:57 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%C0, Stored debug messages: 2025-05-13 04:29:57 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-13 04:29:57 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-13 04:29:58 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%C0, Stored debug messages: 2025-05-13 04:29:58 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-13 04:29:58 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%C0, Stored debug messages: 2025-05-13 04:29:58 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-13 04:29:58 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 03:19:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-14 03:20:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 30, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.9MB, Duplicate rows deleted: 24, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-14 03:20:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-14 03:20:03 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-14 03:20:03 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-14 03:20:03 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-14 03:20:03 GMT+0000 (INFO): Including misc.php for update. 2025-05-14 03:20:03 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-14 15:19:59 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-05-14 15:19:59 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:19:59 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-05-14 15:19:59 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:19:59 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:00 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2025-05-14 15:20:00 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:00 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.zip','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.zip, Stored debug messages: 2025-05-14 15:20:00 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:00 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:03 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2025-05-14 15:20:03 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:03 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.tar.gz','[{\"20|2\":\"40.9091\",\"1|2\":\"39.1304\",\"7|2\":\"38.0952\",\"8|2\":\"32.4324\",\"11|2\":\"28.5714\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"40.9091\",\"1|2\":\"39.1304\",\"7|2\":\"38.0952\",\"8|2\":\"32.4324\",\"11|2\":\"28.5714\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.tar.gz','[{\"20|2\":\"40.9091\",\"1|2\":\"39.1304\",\"7|2\":\"38.0952\",\"8|2\":\"32.4324\",\"11|2\":\"28.5714\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"40.9091\",\"1|2\":\"39.1304\",\"7|2\":\"38.0952\",\"8|2\":\"32.4324\",\"11|2\":\"28.5714\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.tar.gz, Stored debug messages: 2025-05-14 15:20:03 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:03 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.tar....') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:06 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.7z' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2025-05-14 15:20:06 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.7z | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:06 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.7z','[{\"455|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"2|2\":\"28.5714\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"2|2\":\"28.5714\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.7z','[{\"455|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"2|2\":\"28.5714\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"2|2\":\"28.5714\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /н¨Îļþ¼Ð.7z, Stored debug messages: 2025-05-14 15:20:06 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:06 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.7z') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:08 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2025-05-14 15:20:08 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:08 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.rar','[{\"20|2\":\"54.5455\",\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"54.5455\",\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.rar','[{\"20|2\":\"54.5455\",\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"20|2\":\"54.5455\",\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.rar, Stored debug messages: 2025-05-14 15:20:08 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:08 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:10 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.zip' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2025-05-14 15:20:10 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.zip | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.zip') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.zip') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.zip','[{\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.zip','[{\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"8|2\":\"29.7297\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"8|2\":\"29.7297\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.zip, Stored debug messages: 2025-05-14 15:20:10 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:10 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.zip', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.zip', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.zip') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:13 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.tar.gz' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2025-05-14 15:20:13 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.tar.gz | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.tar.gz') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.tar.gz') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:13 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.tar.gz','[{\"455|1\":\"70.0000\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"2|2\":\"35.7143\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"2|2\":\"35.7143\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.tar.gz','[{\"455|1\":\"70.0000\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"2|2\":\"35.7143\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"455|1\":\"70.0000\",\"20|2\":\"50.0000\",\"1|2\":\"47.8261\",\"7|2\":\"47.6190\",\"2|2\":\"35.7143\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.tar.gz, Stored debug messages: 2025-05-14 15:20:13 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:13 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.tar.gz', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.tar.gz', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.tar.gz') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-14 15:20:15 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = '±¸·Ý.7z' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2025-05-14 15:20:15 GMT+0000 (DEBUG): Processing 404 for URL: /±¸·Ý.7z | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xB1\xB8\xB7\xDD.7z') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xB1\xB8\xB7\xDD.7z') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-14 15:20:15 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('±¸·Ý.7z','[{\"1092|1\":\"66.6667\",\"2|2\":\"57.1429\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1092|1\":\"66.6667\",\"2|2\":\"57.1429\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('.7z','[{\"1092|1\":\"66.6667\",\"2|2\":\"57.1429\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"1092|1\":\"66.6667\",\"2|2\":\"57.1429\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /±¸·Ý.7z, Stored debug messages: 2025-05-14 15:20:15 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-14 15:20:15 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xB1\xB8\xB7\xDD.7z', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xB1\xB8\xB7\xDD.7z', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xB1\xB8\xB7\xDD.7z') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-15 03:20:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-15 03:20:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 16, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.5MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-15 03:20:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-15 03:20:44 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-15 03:20:44 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-15 03:20:44 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-15 03:20:44 GMT+0000 (INFO): Including misc.php for update. 2025-05-15 03:20:44 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-16 03:18:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-16 03:19:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.41MB, Duplicate rows deleted: 17, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-16 03:19:05 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-16 03:19:06 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-16 03:19:06 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-16 03:19:06 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-16 03:19:06 GMT+0000 (INFO): Including misc.php for update. 2025-05-16 03:19:06 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-17 03:18:51 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-17 03:19:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 17, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.17MB, Duplicate rows deleted: 17, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-17 03:19:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-17 03:19:07 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-17 03:19:07 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-17 03:19:07 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-17 03:19:07 GMT+0000 (INFO): Including misc.php for update. 2025-05-17 03:19:07 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-18 03:19:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-18 03:20:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.05MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-18 03:20:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-18 03:20:13 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-18 03:20:13 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-18 03:20:13 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-18 03:20:13 GMT+0000 (INFO): Including misc.php for update. 2025-05-18 03:20:13 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-19 03:21:38 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-19 03:21:53 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 24, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-19 03:21:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-19 03:21:55 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-19 03:21:55 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-19 03:21:55 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-19 03:21:55 GMT+0000 (INFO): Including misc.php for update. 2025-05-19 03:21:55 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-20 03:18:31 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-20 03:18:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 15, Old automatic redirects removed: 3, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.84MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-20 03:18:37 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-20 03:18:38 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-20 03:18:38 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-20 03:18:38 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-20 03:18:38 GMT+0000 (INFO): Including misc.php for update. 2025-05-20 03:18:38 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-21 03:20:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-21 03:20:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 40, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.23MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-21 03:20:18 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-21 03:20:19 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-21 03:20:19 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-21 03:20:19 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-21 03:20:19 GMT+0000 (INFO): Including misc.php for update. 2025-05-21 03:20:19 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-22 03:18:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-22 03:18:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 54, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.75MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-22 03:18:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-22 03:18:42 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-22 03:18:42 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-22 03:18:42 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-22 03:18:42 GMT+0000 (INFO): Including misc.php for update. 2025-05-22 03:18:42 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-23 03:21:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-23 03:21:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.6MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-23 03:21:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-23 03:21:28 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-23 03:21:28 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-23 03:21:28 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-23 03:21:28 GMT+0000 (INFO): Including misc.php for update. 2025-05-23 03:21:28 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-23 03:22:30 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-23 03:22:44 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.6MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-23 03:22:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-23 03:22:46 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-23 03:22:46 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-23 03:22:46 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-23 03:22:46 GMT+0000 (INFO): Including misc.php for update. 2025-05-23 03:22:46 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-24 03:18:49 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-24 03:19:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 7, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.49MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-24 03:19:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-24 03:19:04 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-24 03:19:04 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-24 03:19:04 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-24 03:19:04 GMT+0000 (INFO): Including misc.php for update. 2025-05-24 03:19:04 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-25 03:19:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-25 03:20:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 22, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.98MB, Duplicate rows deleted: 14, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-25 03:20:01 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-25 03:20:02 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-25 03:20:02 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-25 03:20:02 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-25 03:20:02 GMT+0000 (INFO): Including misc.php for update. 2025-05-25 03:20:02 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-26 03:19:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-26 03:19:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 21, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.26MB, Duplicate rows deleted: 19, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-26 03:19:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-26 03:19:58 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-26 03:19:58 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-26 03:19:58 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-26 03:19:58 GMT+0000 (INFO): Including misc.php for update. 2025-05-26 03:19:58 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-27 03:18:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-27 03:19:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.95MB, Duplicate rows deleted: 23, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-27 03:19:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-27 03:19:05 GMT+0000 (INFO): A new minor version is available (2.36.10), currently version 2.36.6 is installed. 2025-05-27 03:19:05 GMT+0000 (INFO): Attempting update to 2.36.10 2025-05-27 03:19:05 GMT+0000 (INFO): Including WP_Upgrader for update. 2025-05-27 03:19:05 GMT+0000 (INFO): Including misc.php for update. 2025-05-27 03:19:05 GMT+0000 (INFO): Includes for update complete. Updating... 2025-05-27 03:43:40 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-05-27 03:43:40 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-27 03:43:40 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-05-27 03:43:40 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-27 03:43:40 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-27 03:43:48 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-05-27 03:43:48 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1813): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-05-27 03:43:48 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.6, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-05-27 03:43:48 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-05-27 03:43:48 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(248): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(504): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(162): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-05-27 08:47:46 GMT+0000 (INFO): 68357c3257cee2.67916654: Updating database version from 2.36.6 to 2.36.10 (begin). 2025-05-27 08:47:46 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-27 08:47:46 GMT+0000 (INFO): 68357c3257cee2.67916654: Updating database version to 2.36.10 (end). 2025-05-27 08:47:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-27 08:47:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 18, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.77MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-27 08:47:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-28 02:28:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-28 02:28:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 116, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.72MB, Duplicate rows deleted: 13, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-28 02:28:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-28 02:31:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-28 02:32:02 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.83MB, Duplicate rows deleted: 1, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-28 02:32:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-29 02:28:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-29 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.78MB, Duplicate rows deleted: 22, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-29 02:28:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-30 02:28:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-30 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.73MB, Duplicate rows deleted: 19, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-30 02:28:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-31 02:29:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-05-31 02:30:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.85MB, Duplicate rows deleted: 15, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-05-31 02:30:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-01 02:29:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-01 02:29:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.44MB, Duplicate rows deleted: 15, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-01 02:29:47 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-02 02:28:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-02 02:28:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.37MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-02 02:28:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-03 02:31:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-03 02:32:10 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.24MB, Duplicate rows deleted: 10, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-03 02:32:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-04 02:28:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-04 02:29:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.56MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-04 02:29:05 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-05 04:39:40 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-05 04:39:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 19, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.59MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-05 04:39:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-05 14:43:28 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-06-05 14:43:28 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-06-05 14:43:28 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-06-05 14:43:28 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-06-05 14:43:28 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-06-05 14:43:29 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'wн¨Îļþ¼Ð.zipwww.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /wн¨Îļþ¼Ð.zipwww.rar, Stored debug messages: 2025-06-05 14:43:29 GMT+0000 (DEBUG): Processing 404 for URL: /wн¨Îļþ¼Ð.zipwww.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-06-05 14:43:29 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('wн¨Îļþ¼Ð.zipwww.rar','[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('w½ļ.zipwww.rar','[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /wн¨Îļþ¼Ð.zipwww.rar, Stored debug messages: 2025-06-05 14:43:29 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-06-05 14:43:29 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-06-06 02:28:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-06 02:29:05 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 18, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.23MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-06 02:29:05 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-07 02:28:14 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-07 02:28:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.75MB, Duplicate rows deleted: 12, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-07 02:28:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-08 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-08 02:29:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 14, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.92MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-08 02:29:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-09 02:29:05 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-09 02:29:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.55MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-09 02:29:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-10 02:29:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-10 02:29:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.19MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-10 02:29:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-11 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-11 02:28:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.83MB, Duplicate rows deleted: 21, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-11 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-11 04:10:01 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-06-11 04:10:01 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-06-11 04:10:01 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-06-11 04:10:01 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-06-11 04:10:01 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-06-11 04:10:04 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-06-11 04:10:04 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-06-11 04:10:04 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-06-11 04:10:04 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-06-11 04:10:04 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-06-12 02:29:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-12 02:30:00 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 15, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.17MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-12 02:30:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-13 02:28:16 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-13 02:28:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.42MB, Duplicate rows deleted: 23, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-13 02:28:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-14 02:28:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-14 02:28:57 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 7, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.34MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-14 02:28:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-15 02:29:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-15 02:29:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 7, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.15MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-15 02:29:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-16 02:29:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-16 02:30:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.01MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-16 02:30:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-17 02:31:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-17 02:32:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 42, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.43MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-17 02:32:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-18 02:30:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-18 02:31:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 6, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.85MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-18 02:31:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-19 02:28:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-19 02:28:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.33MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-19 02:28:40 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-20 02:30:31 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-20 02:30:46 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.33MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-20 02:30:46 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-21 02:29:17 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-21 02:29:31 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 10, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.17MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-21 02:29:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-22 02:29:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-22 02:29:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.27MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-22 02:29:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-23 02:30:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-23 02:30:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.84MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-23 02:30:46 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-24 02:29:24 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-24 02:29:39 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 17, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.25MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-24 02:29:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-25 02:29:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-25 02:29:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.73MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-25 02:29:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-26 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-26 02:30:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.53MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-26 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-27 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-27 02:30:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.71MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-27 02:30:34 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-28 02:28:45 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-28 02:29:00 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 17, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.25MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-28 02:29:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-29 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-29 02:30:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.85MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-29 02:30:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-30 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-06-30 02:28:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.38MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-06-30 02:28:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-01 02:28:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-01 02:28:35 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.57MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-01 02:28:35 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-02 02:29:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-02 02:29:35 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.62MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-02 02:29:36 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-03 02:29:17 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-03 02:29:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.64MB, Duplicate rows deleted: 10, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-03 02:29:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-04 02:28:31 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-04 02:28:46 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 18, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-04 02:28:46 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-05 02:29:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-05 02:30:13 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.45MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-05 02:30:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-06 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-06 02:30:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 7, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.95MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-06 02:30:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-07 02:29:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-07 02:29:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-07 02:29:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-08 02:28:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-08 02:28:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.27MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-08 02:28:38 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-08 23:58:42 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-07-08 23:58:42 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-07-08 23:58:42 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.28, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-07-08 23:58:42 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-07-08 23:58:42 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-07-09 02:28:19 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-09 02:28:34 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.07MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-09 02:28:34 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-10 02:29:47 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-10 02:30:01 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 10, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.97MB, Duplicate rows deleted: 13, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-10 02:30:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-11 02:28:31 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-11 02:28:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 31, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.07MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-11 02:28:46 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-12 02:29:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-12 02:30:07 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.4MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-12 02:30:07 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-12 02:57:19 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'н¨Îļþ¼Ð.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-07-12 02:57:19 GMT+0000 (DEBUG): Processing 404 for URL: /н¨Îļþ¼Ð.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-07-12 02:57:19 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('н¨Îļþ¼Ð.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('½ļ.rar','[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"441|1\":\"66.6667\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /н¨Îļþ¼Ð.rar, Stored debug messages: 2025-07-12 02:57:19 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-07-12 02:57:19 GMT+0000 (DEBUG): Found 1 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.rar') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-07-12 02:57:20 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'wн¨Îļþ¼Ð.zipwww.rar' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /wн¨Îļþ¼Ð.zipwww.rar, Stored debug messages: 2025-07-12 02:57:20 GMT+0000 (DEBUG): Processing 404 for URL: /wн¨Îļþ¼Ð.zipwww.rar | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-07-12 02:57:20 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('wн¨Îļþ¼Ð.zipwww.rar','[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('w½ļ.zipwww.rar','[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"8|2\":\"29.7297\",\"11|2\":\"26.1905\",\"1|2\":\"21.7391\",\"20|2\":\"13.6364\",\"7|2\":\"9.5238\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /wн¨Îļþ¼Ð.zipwww.rar, Stored debug messages: 2025-07-12 02:57:20 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-07-12 02:57:20 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('w\xD0\xC2\xBD\xA8\xCE\xC4\xBC\xFE\xBC\xD0.zip...') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-07-12 11:47:45 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-07-12 11:47:45 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-07-12 11:47:45 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.42, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.1, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-07-12 11:47:45 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-07-12 11:47:45 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-07-13 02:28:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-13 02:29:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.14MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-13 02:29:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-14 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-14 02:28:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 26, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.73MB, Duplicate rows deleted: 17, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-14 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-15 02:29:40 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-15 02:29:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.82MB, Duplicate rows deleted: 12, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-15 02:29:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-16 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-16 02:29:30 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.14MB, Duplicate rows deleted: 18, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-16 02:29:30 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-17 02:29:37 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-17 02:29:52 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.29MB, Duplicate rows deleted: 12, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-17 02:29:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-18 02:28:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-18 02:29:14 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.88MB, Duplicate rows deleted: 19, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-18 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-19 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-19 02:29:31 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 9, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-19 02:29:31 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-20 02:28:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-20 02:28:36 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.83MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-20 02:28:36 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-21 02:29:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-21 02:29:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 9, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.48MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-21 02:29:47 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-22 02:28:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-22 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.44MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-22 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-23 02:28:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-23 02:28:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.49MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-23 02:28:37 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-24 02:29:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-24 02:30:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.88MB, Duplicate rows deleted: 67, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-24 02:30:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-25 01:31:10 GMT+0000 (ERROR): Error executing query. Err: WordPress database error: Could not perform query because it contains invalid data., Query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql BEGIN ----- */ select wp_posts.id, wp_posts.post_type, wp_posts.post_parent, wp_posts.post_title, /* the depth is only here to initialize the value to something. later it's used for sorting. */ '0' as depth, usefulterms.grouped_terms, plc.url from wp_posts wp_posts left outer join ( /* This selects posts that have the exclude keys set in woocommerce. The exclude keys are all aggregated on one line with group_concat(). */ select wptr.object_id, group_concat(wpt.name) as grouped_terms from wp_term_relationships wptr left outer join wp_terms wpt on wptr.term_taxonomy_id = wpt.term_id and wpt.name in ('exclude-from-search', 'exclude-from-catalog') where wpt.name is not null group by wptr.object_id ) usefulterms on wp_posts.ID = usefulterms.object_id left outer join wp_abj404_permalink_cache plc on wp_posts.ID = plc.id where wp_posts.post_status in ('publish', 'published') and lcase(wp_posts.post_type) in ('page', 'post', 'product') /* 'page', 'post', 'product' */ /* only include this line if a slug has been specified. e.g. and post_name = 'specifiedSlug' */ and CAST(wp_posts.post_name AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_unicode_ci = 'À' /* */ /* only include this line if a search term has been specified. e.g. and lower(post_name) like 'searchTerm' /* */ /* only include this line if it's been specified. e.g. and abs(plc.url_length - 100) <= 6 /* */ and ( usefulterms.grouped_terms is null or usefulterms.grouped_terms not like '%exclude-from-search%' or usefulterms.grouped_terms not like '%exclude-from-catalog%' ) /* order results. e.g order by abs(plc.url_length - 100), wp_posts.ID /* */ /* limit results. e.g limit 250 /* */ /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedPagesAndPostsIDs.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.2, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-07-25 01:31:10 GMT+0000 (DEBUG): Processing 404 for URL: /À | Redirect: {"id":0} | is_single(): | is_page(): | is_feed(): | is_trackback(): | is_preview(): | options: auto_redirects: 1, auto_score: 90, template_redirect_priority: 9, auto_cats: 1, auto_tags: 1, dest404page: 0|0, , Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(1833): ABJ_404_Solution_Logging->errorMessage('Error executing...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(273): ABJ_404_Solution_DataAccess->getPublishedPagesAndPostsIDs('\xC0') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(248): ABJ_404_Solution_SpellChecker->getPermalinkUsingSlug('\xC0') #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #4 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #5 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #8 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #9 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #10 {main} 2025-07-25 01:31:10 GMT+0000 (ERROR): Ugh. SQL query error: WordPress database error: Could not perform query because it contains invalid data., SQL: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('À','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , Execution time: 0, DB ver: 8.0.43, Variables: Array ( [0] => Array ( [max_join_size] => 18446744073709551615 [sql_big_selects] => 1 [character_set_database] => utf8mb4 ) ) , stripped_query: /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql BEGIN ----- */ INSERT INTO wp_abj404_spelling_cache (url, matchdata) VALUES ('','[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]') ON DUPLICATE KEY UPDATE matchdata = '[{\"2|2\":\"71.4286\",\"7|2\":\"47.6190\",\"20|2\":\"45.4545\",\"1|2\":\"43.4783\",\"8|2\":\"27.0270\"},\"pages\"]' /* ------------------ /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/sql/insertSpellingCache.sql END ----- */ , PHP version: 8.2.29, WP ver: 6.8.2, Plugin ver: 2.36.10, Referrer: , Requested URL: /%c0, Stored debug messages: 2025-07-25 01:31:10 GMT+0000 (DEBUG): No posts or pages matching slug: 2025-07-25 01:31:10 GMT+0000 (DEBUG): Found 0 likely match IDs., Trace: #0 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(262): ABJ_404_Solution_Logging->errorMessage('Ugh. SQL query ...') #1 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/DataAccess.php(526): ABJ_404_Solution_DataAccess->queryAndGetResults('\n/* -----------...') #2 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(440): ABJ_404_Solution_DataAccess->storeSpellingPermalinksToCache('\xC0', Array) #3 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/SpellChecker.php(313): ABJ_404_Solution_SpellChecker->findMatchingPosts('\xC0', '1', '1') #4 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/includes/WordPress_Connector.php(274): ABJ_404_Solution_SpellChecker->getPermalinkUsingSpelling('\xC0') #5 /home/aspiretechnology/public_html/wp-content/plugins/404-solution/404-solution.php(205): ABJ_404_Solution_WordPress_Connector->process404() #6 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(324): abj404_404listener('') #7 /home/aspiretechnology/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /home/aspiretechnology/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aspiretechnology/public_html/wp-includes/template-loader.php(13): do_action('template_redire...') #10 /home/aspiretechnology/public_html/wp-blog-header.php(19): require_once('/home/aspiretec...') #11 /home/aspiretechnology/public_html/index.php(17): require('/home/aspiretec...') #12 {main} 2025-07-25 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-25 02:30:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.01MB, Duplicate rows deleted: 10, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-25 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-26 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-26 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.59MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-26 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-27 02:28:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-27 02:28:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 43, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.68MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-27 02:28:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-28 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-28 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.63MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-28 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-29 02:28:17 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-29 02:28:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 41, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.55MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-29 02:28:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-30 02:29:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-30 02:30:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.03MB, Duplicate rows deleted: 21, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-30 02:30:09 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-31 02:29:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-07-31 02:30:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.32MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-07-31 02:30:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-01 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-01 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 15, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.58MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-01 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-02 02:28:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-02 02:28:55 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 35, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.98MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-02 02:28:55 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-03 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-03 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 6, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.02MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-03 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-04 02:29:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-04 02:29:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 23, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.38MB, Duplicate rows deleted: 13, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-04 02:29:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-05 02:29:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-05 02:30:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 98.94MB, Duplicate rows deleted: 15, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-05 02:30:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-06 02:29:19 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-06 02:29:35 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.02MB, Duplicate rows deleted: 14, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-06 02:29:35 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-07 02:29:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-07 02:29:25 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.51MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-07 02:29:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-08 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-08 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 46, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.15MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-08 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-09 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-09 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 23, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.03MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-09 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-10 02:29:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-10 02:30:04 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.97MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-10 02:30:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-11 02:28:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-11 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 6, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.77MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-11 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-12 02:28:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-12 02:28:54 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.14MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-12 02:28:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-13 02:28:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-13 02:29:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.74MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-13 02:29:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-14 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-14 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.52MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-14 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-15 02:29:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-15 02:29:17 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 99, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.51MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-15 02:29:17 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-16 02:29:54 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-16 02:30:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.25MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-16 02:30:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-17 02:28:11 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-17 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.22MB, Duplicate rows deleted: 13, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-17 02:28:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-18 02:28:17 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-18 02:28:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 18, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.65MB, Duplicate rows deleted: 17, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-18 02:28:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-19 02:28:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-19 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 29, Old automatic redirects removed: 6, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.55MB, Duplicate rows deleted: 20, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-19 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-20 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-20 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 10, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.52MB, Duplicate rows deleted: 11, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-20 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-21 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-21 02:28:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 19, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.87MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-21 02:28:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-22 02:28:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-22 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.08MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-22 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-23 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-23 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-23 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-24 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-24 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 8, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.57MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-24 02:30:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-25 02:28:19 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-25 02:28:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 32, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.93MB, Duplicate rows deleted: 9, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-25 02:28:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-25 02:29:31 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-25 02:29:37 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.93MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-25 02:29:37 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-26 02:30:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-26 02:30:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 10, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 101.4MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-26 02:30:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-27 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-27 02:29:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 19, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.53MB, Duplicate rows deleted: 14, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-27 02:29:22 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-28 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-28 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.06MB, Duplicate rows deleted: 8, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-28 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-29 02:29:00 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-29 02:29:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 14, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.12MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-29 02:29:16 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-29 02:29:53 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-29 02:30:09 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.18MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-29 02:30:09 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-30 02:30:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-30 02:30:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.34MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-30 02:30:42 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-31 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-08-31 02:29:22 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.44MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-08-31 02:29:23 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-01 02:29:18 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-01 02:29:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.81MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-01 02:29:34 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-02 02:28:36 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-02 02:28:43 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 13, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.51MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-02 02:28:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-03 02:28:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-03 02:28:40 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 124, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.27MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-03 02:28:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-04 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-04 02:28:20 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 9, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.87MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-04 02:28:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-05 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-05 02:28:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.67MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-05 02:28:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-05 02:29:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-05 02:29:23 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.67MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-05 02:29:24 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-06 02:28:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-06 02:28:28 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.34MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-06 02:28:28 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-07 02:29:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-07 02:29:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.05MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-07 02:29:24 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-08 02:28:14 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-08 02:28:21 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 16, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.84MB, Duplicate rows deleted: 6, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-08 02:28:21 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-09 02:28:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-09 02:28:56 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.75MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-09 02:28:56 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-10 02:29:19 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-10 02:29:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 10, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.89MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-10 02:29:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-11 02:28:16 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-11 02:28:32 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 14, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.73MB, Duplicate rows deleted: 7, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-11 02:28:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-12 02:28:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-12 02:28:19 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 300, Old automatic redirects removed: 2, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.78MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-12 02:28:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-13 02:28:32 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-13 02:28:47 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.22MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-13 02:28:47 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-14 02:28:16 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-14 02:28:24 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 11, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.72MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-14 02:28:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-15 02:28:13 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-15 02:28:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 5, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.7MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-15 02:28:29 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-16 02:30:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-16 02:30:41 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.16MB, Duplicate rows deleted: 4, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-16 02:30:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-17 02:28:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-17 02:28:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 54, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.88MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-17 02:28:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-18 02:28:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-18 02:29:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 6, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.46MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-18 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-19 02:28:23 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-19 02:28:39 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 18, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.01MB, Duplicate rows deleted: 5, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-19 02:28:39 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-20 02:28:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-20 02:28:42 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.49MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-20 02:28:43 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-21 02:28:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-21 02:29:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 3, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.33MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-21 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-22 02:28:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-22 02:29:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.36MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-22 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-23 02:28:14 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-23 02:28:29 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 20, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.38MB, Duplicate rows deleted: 3, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-23 02:28:30 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-24 02:28:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-24 02:29:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 7, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 100.33MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-24 02:29:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-25 04:13:10 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-25 04:13:26 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 0, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 102.12MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-25 04:13:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-26 03:07:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-26 03:07:15 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.56MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-26 03:07:15 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-27 04:12:26 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-27 04:12:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 12, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.58MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-27 04:12:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-28 03:02:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-28 03:02:50 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 63, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.58MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-28 03:02:50 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-29 08:44:38 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-29 08:44:45 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 10, Old automatic redirects removed: 4, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.74MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-29 08:44:46 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-30 04:52:01 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-09-30 04:52:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 1, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.75MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-09-30 04:52:08 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-01 10:29:20 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-01 10:29:27 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.75MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-01 10:29:27 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-02 07:30:41 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-02 07:30:48 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 2, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 97.75MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-02 07:30:48 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-02 08:38:02 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-02 08:38:08 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 7, Old automatic redirects removed: 1, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.78MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-02 08:38:09 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-03 07:56:57 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-03 07:57:03 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 6, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.78MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-03 07:57:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-04 10:35:52 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-04 10:35:59 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 32, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.78MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-04 10:35:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-06 07:26:30 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-06 07:26:38 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 20, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.78MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-06 07:26:38 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-07 06:34:36 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-07 06:34:44 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 34, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.79MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-07 06:34:44 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-08 03:05:04 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-08 03:05:11 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 16, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.84MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-08 03:05:12 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-09 05:02:59 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-09 05:03:06 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.87MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-09 05:03:06 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-10 07:22:25 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks. 2025-10-10 07:22:33 GMT+0000 (INFO): deleteOldRedirectsCron. Old captured URLs removed: 4, Old automatic redirects removed: 0, Old manual redirects removed: 0, Old log lines removed: 0, New log size: 99.87MB, Duplicate rows deleted: 2, Debug file size limited: false, Admin email notification option turned off., Permlink cache rows updated: 0, User initiated: false 2025-10-10 07:22:33 GMT+0000 (WARN): Failed to retrieve collation/charset for wp_posts. Aborting collation checks.