OK, for now I’ve decided to roll back to version 1.5.
The only problem now, after re-installing 1.5 is that when I click on Admin, i.e. go to riisjensen.dk/wp-admin, I get the following:
Warning: Cannot add header information – headers already sent by (output started at /usr42/home/riisjens/public_html/wp-config.php:96) in /usr42/home/riisjens/public_html/wp-includes/functions.php on line 1644
Warning: Cannot add header information – headers already sent by (output started at /usr42/home/riisjens/public_html/wp-config.php:96) in /usr42/home/riisjens/public_html/wp-includes/functions.php on line 1645
Warning: Cannot add header information – headers already sent by (output started at /usr42/home/riisjens/public_html/wp-config.php:96) in /usr42/home/riisjens/public_html/wp-includes/functions.php on line 1646
Warning: Cannot add header information – headers already sent by (output started at /usr42/home/riisjens/public_html/wp-config.php:96) in /usr42/home/riisjens/public_html/wp-includes/functions.php on line 1647
Warning: Cannot add header information – headers already sent by (output started at /usr42/home/riisjens/public_html/wp-config.php:96) in /usr42/home/riisjens/public_html/wp-includes/functions.php on line 1649
… these lines, i functions.php, look like this:
header(‘Expires: Mon, 11 Jan 1984 05:00:00 GMT’);
header(‘Last-Modified: ‘ . gmdate(‘D, d M Y H:i:s’) . ‘ GMT’);
header(‘Cache-Control: no-cache, must-revalidate, max-age=0’);
header(‘Pragma: no-cache’);
header(‘Location: ‘ . get_settings(‘siteurl’) . ‘/wp-login.php?redirect_to=’ . urlencode($_SERVER[‘REQUEST_URI’]));