Title: Fatal error: Call to undefined function wp_removable_query_args()
Last modified: August 30, 2016

---

# Fatal error: Call to undefined function wp_removable_query_args()

 *  [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/)
 * Attempt to upgrade to 4.4 was hanging. Refreshed to try it again. Removed .maintenance
   file. Now get the following when trying to access the Dashboard:
 * Fatal error: Call to undefined function wp_removable_query_args() in /homepages/
   25/d161191648/htdocs/wsb4027312702/blog/wp-admin/includes/misc.php on line 900
 * Disabled plugins using phpMyAdmin method and deleted and replaced all but wp-
   content and wp-config.php from download of WordPress. No joy. 🙁 Please help!

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [Geoffrey Shilling](https://wordpress.org/support/users/geoffreyshilling/)
 * (@geoffreyshilling)
 * Volunteer Moderator
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866549)
 * James recommended in a [similar thread](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-in-homeu3473?replies=2):
 * > If that does not resolve the issue, access your server via FTP or SFTP, navigate
   > to /wp-content/themes/ and rename the directory of your currently active theme.
   > This will force the default theme to activate and hopefully rule-out a theme-
   > specific issue (theme functions can interfere like plugins).
 *  [JosephNC](https://wordpress.org/support/users/ncej/)
 * (@ncej)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866550)
 * Hi, MSingAste
    Try re-installing WordPress again.
 * Note: remember to backup your data.
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866588)
 * > Try re-installing WordPress again
 * Thanks, Ncej, but is there another way to reinstall WorsPress when you can’t 
   access the Dashboard other than what I already tried, replaced all but wp-content
   and wp-config.php from download of WordPress?
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866589)
 * Thanks, James. Tried renaming my theme. Same error from wp-admin (and when attempting
   to view my blog itself the page is blank).
 *  [girlieworks](https://wordpress.org/support/users/girlieworks/)
 * (@girlieworks)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866596)
 * Try uploading **just** the `/wp-includes/functions.php` file again (that’s the
   file where `wp_removable_query_args()` is defined).
 * (Also, keep in mind that you _could_ still see the same message due to caching,
   so if it doesn’t go away after that file is uploaded, be sure to try logging 
   in with a different browser, too.)
 *  [JosephNC](https://wordpress.org/support/users/ncej/)
 * (@ncej)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866597)
 * If you have access to the ftp, you can re-install wordpress.
 * If the problem persist after the re-installation, i will advise you to downgrade
   your wordpress software for the meantime until we fix this issue.
 * Thanks.
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866602)
 * > If you have access to the ftp, you can re-install wordpress.
   > If the problem persist after the re-installation, i will advise you to downgrade
   > your wordpress software for the meantime until we fix this issue.
 * Thanks, Ncej, but already re-installed, remember? How do I downgrade? Where are
   previous versions stored?
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866603)
 * Thank you, Girlieworks. After replacing just function.php the error changed to
   the following:
 * Fatal error: Call to undefined function wp_installing() in /homepages/25/d161191648/
   htdocs/wsb4027312702/blog/wp-includes/functions.php on line 1354
 * Tried in two different browsers.
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866604)
 * Oh, and after replacing that function.php file my blog is no longer viewable 
   at all! Not just the dashboard that’s broken!
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866606)
 * Tried downgrading to the previous version. Now get:
 * Warning: require(/homepages/25/d161191648/htdocs/wsb4027312702/blog/wp-includes/
   load.php): failed to open stream: No such file or directory in /homepages/25/
   d161191648/htdocs/wsb4027312702/blog/wp-settings.php on line 21
 * Fatal error: require(): Failed opening required ‘/homepages/25/d161191648/htdocs/
   wsb4027312702/blog/wp-includes/load.php’ (include_path=’.:/usr/lib/php5.5′) in/
   homepages/25/d161191648/htdocs/wsb4027312702/blog/wp-settings.php on line 21
 * There definitely is an includes/load.php….
 *  Thread Starter [MSingAste](https://wordpress.org/support/users/msingaste/)
 * (@msingaste)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866607)
 * I had copied the 4.3.1 files to the wrong level. Oops! Now successfully downgraded
   with access to blog and dashboard. I’ll count my blessings and stay here for 
   awhile. Thank you.
 *  [JosephNC](https://wordpress.org/support/users/ncej/)
 * (@ncej)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866608)
 * Glad it works MsingAste.
 *  [Geoffrey Shilling](https://wordpress.org/support/users/geoffreyshilling/)
 * (@geoffreyshilling)
 * Volunteer Moderator
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866653)
 * I’m glad to hear your site is working again. I know upgrading is the last thing
   you want to think about after having an issue like that, but it’s always best
   practice to keep up with the latest versions. I would recommend backing up your
   database and files, reviewing the procedures for [updating WordPress](https://codex.wordpress.org/Updating_WordPress),
   and trying again. Feel free to ask any questions you may have on the procedure.
   Good luck!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Fatal error: Call to undefined function wp_removable_query_args()’ is
closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 13 replies
 * 4 participants
 * Last reply from: [Geoffrey Shilling](https://wordpress.org/support/users/geoffreyshilling/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_removable_query_args-1/#post-6866653)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
