Title: Uncaught Error
Last modified: May 5, 2025

---

# Uncaught Error

 *  Resolved [Ashanna](https://wordpress.org/support/users/morki/)
 * (@morki)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/uncaught-error-51/)
 * Hello,
 * Amongst other obvious issues, since 5.x.x I get the following error in the plugin
   settings page:
 * > Critical Uncaught Error: Call to a member function edit_inline_js() on null
   > in -/wp-content/plugins/backwpup/parts/sidebar/storage-S3.php:26
 * It prevents from doing anything in the settings page. Nothing works.
 * Thanks.

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

 *  Plugin Support [Saransh](https://wordpress.org/support/users/saranshwpm/)
 * (@saranshwpm)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/uncaught-error-51/#post-18451040)
 * Hi,
   Did you try basic troubleshooting by disabling other plugins to see if there’s
   any conflict?The inability to use advanced settings is primarily due to this.
   I look forward to your response.Best Regards,
 *  Thread Starter [Ashanna](https://wordpress.org/support/users/morki/)
 * (@morki)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/uncaught-error-51/#post-18451832)
 * Hi,
 * Disabling other plugins does not fix the issue, as the critical error comes from
   BackWPup.
 * Making sure $s3 variable is not null in the file mentionned above solves the 
   issue.
 *     ```wp-block-code
       if ( is_null($s3) ) return;
       ```
   
 *  Plugin Support [Saransh](https://wordpress.org/support/users/saranshwpm/)
 * (@saranshwpm)
 * [1 year ago](https://wordpress.org/support/topic/uncaught-error-51/#post-18469080)
 * Hi,
   This issue will be fixed in the next release.Feel free to re-open the thread
   if the issue persists.Best Regards,

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

The topic ‘Uncaught Error’ is closed to new replies.

 * ![](https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141)
 * [BackWPup – WordPress Backup & Restore Plugin](https://wordpress.org/plugins/backwpup/)
 * [Support Threads](https://wordpress.org/support/plugin/backwpup/)
 * [Active Topics](https://wordpress.org/support/plugin/backwpup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/backwpup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/backwpup/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Saransh](https://wordpress.org/support/users/saranshwpm/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/uncaught-error-51/#post-18469080)
 * Status: resolved