I have a similar problem. My host provider (Storm Internet) can access my site using my admin log account details and publish/update but I still can’t. I have admin rights but cannot update menus or publish pages.
Thanks Roadie. I don’t have the skills to edit any php code. Had a look at Stackflow and found this fix:
open your wordpress wp-config.php file, then find
define(‘WP_DEBUG’, false);
replace it with below code,
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
It worked and I can now save a page but my Admin rights are not working properly as there’s no option to ‘publish’. Am checking forums for fix for this.
Am still having problems with not being able to add an item to the main menu! AAARGH!!!!
I also can’t add a page to the main menu. Nothing happens.