Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot show permalink results in admin #75

Open
robrecord opened this issue Apr 5, 2023 · 0 comments
Open

Cannot show permalink results in admin #75

robrecord opened this issue Apr 5, 2023 · 0 comments

Comments

@robrecord
Copy link

robrecord commented 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:

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.

@robrecord robrecord changed the title HEaders already sent when filtering in admin Cannot filter permalinks in admin Apr 5, 2023
@robrecord robrecord changed the title Cannot filter permalinks in admin Cannot show filtered/actioned permalinks in admin Apr 5, 2023
@robrecord robrecord changed the title Cannot show filtered/actioned permalinks in admin Cannot show permalink results in admin Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant