For anyone else running into a similar issue with Azure Cloud hosting and ClearDB … read below (even though this is very specific to my site and db config):
Fixed the issue. This was a database specific issue with Azure and ClearDB and not pointing to the correct database. I was using a free version of the ClearDB MySQL (20MB, up to 4 connections). Upgraded to the next paid version (1GB, up to 16 connections), but even though I was pointing to the new database tables were the old ones.
For the free version, ClearDB removes admin privileges when you reach the 20MB limit (which I did). That’s why I couldn’t save, publish or do anything a regular admin can do.
Fixing the database tables and making sure the site is pointing to the upgraded one fixed my issue.
Related Posts:
- Only allow administrators and editors to access wp-admin
- Moving wordpress from localhost to server throws admin panel access error?
- WP Database Error (Windows Server 2008 & SQL Server)
- js Conflict in admin panel – I guess it’s from the core WP installation
- How to inhibit dashboard and profile management access to normal users?
- Only allow administrators and editors to access wp-admin
- Can’t access WordPress as an admin – but I can log in as a user!
- Redirect non-admin users away from wp-admin/index.php (main dashboard page) to wp-admin/profile.php
- admin_post action not usable if admin access denied to user
- Restrict Author role to only 3 wp-admin pages
- I can´t access my admin panel. I tried all possible solutions
- How to remove dashboard access (wp-admin) for author but not disable the capabilities?
- Deploying WordPress for clients – what do they have access to?
- Removing Dashboard Menu Items Through The Database
- How to Find The Email of a WP Admin Account
- Is WordPress secure enough for a multi-user article directory?
- define two login page url
- Admin Page access
- Not able to access WP Admin, it says “Sorry, you are not allowed to access this page.”
- How to logout the current user without notices and warnings?
- restrict admin panel sections to users
- Localhost install: Administrator lost administrator access; cannot access Dashboard
- WordPress blog fails to open
- Is it possible to tell if a user is logged into WordPress from looking at the cookies which are set?
- After Upgrade: $user becomes unknown (id: 0) after successful login?
- Adding custom columns to custom post types
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- When moving a WP site, why does wp-admin redirect to old site?
- do_shortcode() within Admin Page
- .htaccess in wp-admin produces a redirect loop
- How to Remove All Admin Bar Menu Items?
- Edit specific nodes in WP_Admin_Bar
- Filter Custom Post Type in Admin
- Using the loop inside admin
- Easiest way to make post private by default
- How can I make my Admin Icon SVG color correctly? [closed]
- Is there any filter to disable the total fronted in WordPress
- How to wrap admin menus and menu headers in additional divs without modifying the WordPress core?
- Display sortable User meta column in admin panel user’s page
- How to display only logged in user’s post comments in comments area
- Hooking into register_admin_color_schemes
- Which actions can update/change .php files?
- Blank page for edit.php
- Upload media file problem
- comment_form – show all fields when logged in
- How to change how long items are kept in the trash?
- Custom role based users are not able to access wp-admin
- How can I add ‘view mode’ to screen options for pages and cpts?
- Using List Table Filters for ALL Custom Post Types
- In the WordPress admin, how can I find out which page (themes.php, widgets.php, etc.) I’m on?
- My wp-admin stops working suddenly
- What is the practical difference between is_admin() and is_blog_admin()?
- How do I set the homepage to the WordPress Admin Dashboard login?
- Today, without warning, all admin panel logins redirect to home page after login. non-admin users logins work well
- Reusable content block
- What is wrong with this code to remove wp admin bar from one page
- Stopping user deletion from running on error
- Admin search not working for any type of post
- Adding Custom Capabilites
- Display checked in checkbox theme admin page when reloaded
- Why is unfiltered_upload not working despite being enabled?
- List All Enqueued Scripts and Styles
- Can I add my own profile.php?
- Wp-admin is giving me an error “Sorry, you are not allowed to access this page.”. I do have access to the wp-admin besides the dashboard itself
- Custom Admin Pagination links
- Have different site location for wp-admin in IIS
- 100+ terms in any taxonomy slows down post updates?
- Is WordPress Suitable for my site?
- Disable or lock parent pages from being edited in wordpress admin
- How login is possible, if I deny login page via .htaccess with allow ip
- Unable to display WordPress admin bar in the frontend as an admin
- how can I change the font on Edit Post area (admin dashboard)
- External HTTP API calls slowing down WordPress admin [closed]
- how can provide access to wp_admin page for non wp_users?
- Why is my ‘export’ option missing?
- jQuery UI Datepicker error
- Can’t connect to WP-Admin, blank error message
- Custom Post Type not showing anything added by code anymore?
- WordPress /wp-admin redirect to wrong port in docker
- How do I fix the 403 error for wp-admin/admin-ajax.php?
- Strange Popup Ad on my WordPress Admin Dashboard
- WordPress switch domains
- Trying to list user and post information from (wp_includes/post.php ) causes Fatal error
- Unable to Add User after Site Migration
- Get Post ID in Admin Edit screen otherwise generate it?
- Cannot login in WordPress even after changing hash password in phpmyadmin
- WordPress User profile page fields missing
- Trying to use and understand JSON API and get_posts
- Creating your own options-general.php page
- I want to know if it’s good for SEO [closed]
- My website’s wp-admin redirects to another website’s wp-admin after pointing the site url to a subdirectiory
- Help please i cant login to wordpress panel [closed]
- Extend user search in the Wp backend area on the users.php page to allow for searching by email domain and role from the “users search” input box
- Cannot Access wp-admin
- wp-admin is opening but the site isn’t opening
- Can’t Access Wp-admin Login Page I get 500 error
- Unable to login or reset password via wp-admin
- Display Custom Text if date_picker date is expired
- admin showing Array() after adding exit() code
- How to prevent a user from updating other users in WordPress?