You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to filter custom redirects in the admin, or take any bulk actions, I get nothing except for the following error:
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/example.com/current/web/wp/wp-admin/includes/template.php:2546) in /srv/www/example.com/current/web/wp/wp-includes/pluggable.php on line 1416
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/example.com/current/web/wp/wp-admin/includes/template.php:2546) in /srv/www/example.com/current/web/wp/wp-includes/pluggable.php on line 1419
This indicates that X-Redirect-For header is being applied after the page template has started being output; there might be a redirect call or a redirect filter happening within a hook at the wrong lifecycle stage.
The text was updated successfully, but these errors were encountered:
robrecord
changed the title
HEaders already sent when filtering in admin
Cannot filter permalinks in admin
Apr 5, 2023
robrecord
changed the title
Cannot filter permalinks in admin
Cannot show filtered/actioned permalinks in admin
Apr 5, 2023
robrecord
changed the title
Cannot show filtered/actioned permalinks in admin
Cannot show permalink results in admin
Apr 5, 2023
When I try to filter custom redirects in the admin, or take any bulk actions, I get nothing except for the following error:
This indicates that
X-Redirect-For
header is being applied after the page template has started being output; there might be a redirect call or a redirect filter happening within a hook at the wrong lifecycle stage.The text was updated successfully, but these errors were encountered: