It looks like your site has tried to update from 5.4 to 5.5 but failed, and you’re left with a mix of the two versions that doesn’t work.
- in 5.4, wp-settings line 70 called
wp_unregister_GLOBALS()which was defined in wp-includes/load.php, loaded from wp-settings line 34 - in 5.5,
wp_unregister_GLOBALShas been deprecated and a placeholder is defined in wp-includes/deprecated.php, which is loaded further down wp-settings.
So you’ve probably somehow ended up with 5.4’s wp-settings.php but 5.5’s wp-includes.
You can fix this by manually completing the WordPress Core upgrade. Back up your site first just in case, then follow the manual upgrade instructions in the WordPress manual: essentially replace all of the WordPress files with a fresh copy but leaving wp-config.php and wp-content/ alone.
Related Posts:
- Check if add_menu_page exists or not
- Woocommerce hook after creating order? [closed]
- Help with 4.6. Attachment response object in JSON API plugin
- Gutenberg: Error loading block: Invalid parameter(s): attributes but it can be used in the code
- Reordering themes in admin panel
- Best way to diagnose which plug-ins/theme uses the most memory?
- How can I attach images to a post from the media library?
- Override Widget class in plugins with custom plugin
- How to prevent a function execution with another function?
- How can I execute some small piece of PHP code in a sandbox area of my WP?
- Visual Composer vs. Advanced Custom Fields [closed]
- Activating a single plugin via php
- Does Quantity of files in a plugin affect performance?
- Why is my ajax call refreshing the page?
- Add CSS class to add-to-cart button, Woocommerce [closed]
- How to count number of records found in a database table?
- Advanced Custom Fields query
- plugin to search entire posts, blogs, forum, users [closed]
- What is the way to ship read-me strings like plugin-strings for internationalization?
- What function can I use consistently to escape possible HTML for editing and display?
- How can I make uploaded images in the editor load with HTTPS?
- Use the page title in the plugin
- woocommerce 3.2.1 not sending order notification emails
- Two text domains in one plugin
- Cron job not firing
- See which user installed a plugin?
- Plugin or method to delete uploads not in media library?
- Getting WPTouch and W3 Total Cache to Work Together [closed]
- Add woocommerce variation images in gallery?
- Add a CSS class based on categroy id to archive pages
- Add button gutenberg help
- How to add media field to WP_Widget form function?
- Post category with counts been display like a menu
- Gravaty Forms Conditional Logic Redirect [closed]
- add input in custom javascript from WordPress pages/posts
- DOMAIN_CURRENT_SITE constant being regularly overridden [closed]
- Plugin Repository commit doesn’t show up in activity
- Troubleshooting Plugins.php HTTP install path vs. a HTTPS for a single Plug-In
- How to allow user to select User ID in Formidable Pro form? [closed]
- Can’t Install Standard Plugins on a Local MAMP installation
- Custom Shortcode Broken in WordPress 3.1
- How to set intervals in cron jobs?
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- Disable a plugin from ever upgrading?
- Custom post types – remove default post supports through empty array?
- How to get a list of bundled products using wp_query in woocommerce
- How to be escape Variables and options when echo?
- Release the plugin in the WordPress repository where redux is used
- Where does MonsterInsights put Google Analytics code?
- Trying to add_action in a loop
- Ajax object not defined – JS file is in plugin folder
- Settings API Message Error is global
- Is there a good way to load tiny_mce_popup.js through editor.windowManager.open?
- Dynamic Rating Plugin to Add Anywhere
- How can i find the cron jobs that run on my site and then move them to the server side?
- Why does “updated_post_meta” did not fire when uploading media other than image?
- Use a custom block in another block
- Hide fields in woocommerce settings
- Help with autofilling field
- I/O Usage goes max. just after every new post published and WP site down
- WordPress is redirecting me to homepage
- See which user role / capability is needed to use a plugin
- Personality quiz in wordpress using a plugin
- How to ignore fields if empty?
- Custom REST API POST Endpoint Not Working, 404 Error
- Error messages in Multilingual part of the site
- “Fire Secure” menu item
- WordPress how do I change images used in plugins?
- Add WooCommerce vendor slug to auto-generated SKU
- Admin login substantially slower on production server
- Can we rename a plugin directory for a already launched plugin?
- Admin Custom Login loses settings on Code and Data migration
- custom REST endpoint not passing body of POST request to callback
- Admin page and admin menu. Permissions plugin
- function of parent not working in childtheme
- WordPress core update fails – no issues with plugin updates
- Am I correctly adding styles to plugin?
- How to hook into search results template or query?
- How can I insert a record into a custom table from my custom form in my custom admin page?
- how to create table during plugin installation in side a class
- How to redirect from plugin page
- Can’t redirect to previous page after using GET
- Why function hooked using object are executing at all time?
- Create a blank admin page from plugin
- What is the Object for WP_Error Class?
- Which part of the plugin to change so the updater won’t register the next version?
- Hide/Show panel not showing – ACF
- How to make only selected posts appear on a selected wordpress page
- WordPress Plugins Error
- Any way to hook into WP after a page displays?
- selecting options from another form
- How to remove . (several lines of customized programming code appear here) from wordpress pages
- Translate text for empty product
- WordPress Smart Iframe Browser [closed]
- How to know if your code is executed on wordpress.com and wordpress.org?
- I want to include My theme file (testing.php) to inside my plugin folder (myplugin/mypugin.php)
- WordPress issue – data is not showing in wp-admin, but when searching through database, all the data is there
- How can we extent core/group or cover block?
- Private WordPress Content
- Customize WP Filter Hook