• Resolved Ashanna

    (@morki)


    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

    (@saranshwpm)

    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

    (@morki)

    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.

    if ( is_null($s3) ) return;
    Plugin Support Saransh

    (@saranshwpm)

    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.