allanpichardo
Forum Replies Created
-
Hi @mej I’m curious if this update is overriding the login page’s error messages. After updating the plugin, whenever a user enters wrong credentials the page simply refreshes and never shows the “invalid password” error message. I can’t find any settings in the plugin that would allow me to correct this.
Forum: Fixing WordPress
In reply to: PHP 8.2 Critical Error, When deleting a file from Media LibraryI can confirm this issue occurs in WP 6.5.4 on PHP8.2. It doesn’t matter where it’s hosted, I am seeing the issue in WPEngine as well as locally in a Docker environment with PHP 8.2. Same exact stack trace as above when deleting media from the Media Library:
PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, WP_Error given in /var/www/html/wp-includes/taxonomy.php:1977
Stack trace: 0 /var/www/html/wp-includes/taxonomy.php(1977): array_map(‘intval’, Object(WP_Error)) 1 /var/www/html/wp-includes/post.php(6372): wp_delete_object_term_relationships(16527, Array) 2 /var/www/html/wp-includes/post.php(3484): wp_delete_attachment(16527, false) 3 /var/www/html/wp-admin/includes/ajax-actions.php(886): wp_delete_post(16527) 4 /var/www/html/wp-includes/class-wp-hook.php(324): wp_ajax_delete_post(‘delete-post’) 5 /var/www/html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) 6 /var/www/html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 7 /var/www/html/wp-admin/admin-ajax.php(192): do_action(‘wp_ajax_delete-…’) 8 {main}thrown in /var/www/html/wp-includes/taxonomy.php on line 1977