I have a fresh install of Wordpress 4.9.1 on a MAMP server.
I have Advanced custom fields, Contact form 7 and Easy logo installed.
I'm building my own theme, which have been working fine until today.
My problem is that when I delete/update a page Wordpress executes it, but then it doesnt redirect me back to Dashboard/Pages
.
It stays on a blank white page.
If I remove all the excess URL and load localhost:8888/wp-admin
I'm where I should be, page deleted/updated.
How can I solve this issue?
What can be causing Wordpress to not redirect after a Page delete/update?
I get three similar error messages:
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/wp-includes/functions.php:4146
) in /Applications/MAMP/htdocs/wp-admin/includes/misc.php
on line 1114
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/wp-includes/functions.php:4146
) in /Applications/MAMP/htdocs/wp-admin/post.php
on line 198
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/wp-includes/functions.php:4146
) in /Applications/MAMP/htdocs/wp-includes/pluggable.php
on line 1216