Since my upgrade to 2.6.2 i get following error on every page of my blog :
n_hook() { do_action('shutdown'); wp_cache_close(); } register_shutdown_function('shutdown_action_hook'); $wp->init(); // Sets up current user. // Everything is loaded and initialized. do_action('init'); ?>
Does anybody have any tips or hints for me?
New thingie : when i try to open my adminpanel in Firefox, i get
n_hook() { do_action('shutdown'); wp_cache_close(); } register_shutdown_function('shutdown_action_hook'); $wp->init(); // Sets up current user. // Everything is loaded and initialized. do_action('init'); ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/ntone1a/public_html/wp_ntone/wp-settings.php:564) in /home/ntone1a/public_html/wp_ntone/wp-includes/pluggable.php on line 770
as error.
vietknight
Member
Posted 4 years ago #
Did you upgrade properly? Disabling ALL PLUGINS before you upgraded?
I did a new upgrade, disabling all plugins, en trying one by one to activate them again. Except for some errors on small plugins, all is fine now!
RESOLVED!
After a few days, all starts over.
http://www.ntone.be gives a white page, when i try to access the admin panel, my browser tries to download instead of parse the index.php page etc.
This happens in FF3.0, in Safari, not in Chrome.
On the same server, i Have another blog running, wich has no problems.