Error and PHP Warning
-
Hello, today I looked at the error_log of one of my sites and I found this:
[27-Sep-2018 10:42:38 UTC] PHP Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/404-solution/includes/SpellChecker.php on line 358
[28-Sep-2018 07:02:20 UTC] WordPress database error Duplicate entry ” for key ‘lkup_value’ for query insert into wp_abj404_lookup (lkup_value) values (”) made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, ABJ_404_Solution_WordPress_Connector::process404, ABJ_404_Solution_DataAccess->logRedirectHit, ABJ_404_Solution_DataAccess->insertLookupValueAndGetID, ABJ_404_Solution_DataAccess::queryAndGetResults
[28-Sep-2018 07:02:20 UTC] ABJ-404-SOLUTION (ERROR): Ugh. SQL error: Duplicate entry '' for key 'lkup_value'
Apparently everything works fine, but these warnings make me wonder what would be happening, I put this for informational purposes. That could be happening?
- The topic ‘Error and PHP Warning’ is closed to new replies.