Hi,
I upgraded to the latest WordPress but it seems my host did an unscheduled bit of maintenance at the same time which seems to have affected things. I now can't get into the admin side, getting this message if clicking on Admin menu items:
Fatal error: Call to undefined function _wp_admin_html_begin() in /home/felbridgeandsunn/public_html/wordpress/wp-admin/admin-header.php on line 40
And this if clicking on Add new 'post':
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 491520 bytes) in /home/felbridgeandsunn/public_html/wordpress/wp-admin/edit-form-advanced.php on line 300
I've read threads on this 2nd one, have added a line in the wp-config.php:
define('WP_MEMORY_LIMIT', '64M');
...which hasn't done anything.
Can anyone help?
Thanks.