PHP7.0: Call to a member function edit_auth() on null at S3 Service Page
-
Hi, I’m trying to load
/wp-admin/admin.php?page=backwpupeditjob&tab=dest-s3&jobid=1
and am getting an HTTP ERROR 500:FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to a member function edit_auth() on null in /wp-content/plugins/backwpup/inc/class-page-editjob.php:25 Stack trace: #0 /wp-includes/plugin.php(525): BackWPup_Page_Editjob::auth('') #1 /wp-admin/admin.php(226): do_action('load-backwpup_p...') #2 {main} thrown in /wp-content/plugins/backwpup/inc/class-page-editjob.php on line 25" while reading response header from upstream
So yes, I’m using php7.0-fpm on an Ubuntu Linux machine, using the ondrej sources. I have php7.0-curl installed. Something with
edit_auth
isn’t working here (or the$dest_class
isn’t getting created byBackWPup::get_destination
) and I can’t update my S3 settings now.Thanks for any help!!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP7.0: Call to a member function edit_auth() on null at S3 Service Page’ is closed to new replies.