• Hi, today, after switching to PHP 8, I found this in my debug.log:

    [30-Aug-2021 07:27:20 UTC] PHP Warning:  The magic method HM\BackUpWordPress\Notices::__wakeup() must have public visibility in /home/ivan/www/wp-content/plugins/backupwordpress/classes/class-notices.php on line 46
    [30-Aug-2021 07:27:20 UTC] PHP Warning:  The magic method HM\BackUpWordPress\Path::__wakeup() must have public visibility in /home/ivan/www/wp-content/plugins/backupwordpress/classes/class-path.php on line 57
    [30-Aug-2021 07:27:20 UTC] PHP Warning:  The magic method HM\BackUpWordPress\Extensions::__wakeup() must have public visibility in /home/ivan/www/wp-content/plugins/backupwordpress/classes/class-extensions.php on line 35

    Could you correct the plugin?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem !

    raulbmole

    (@raulbmole)

    Hello,

    Did you fix the error? or a workaround?

    may it be possible to branch this in github, now that the buyer of the plugin says that supports opensource?

    Thread Starter islp

    (@islp)

    @raulbmole I simply removed the plugin and at the moment I manually backup the website files every week end (while my hosting provider automatically backups the database)

    joecreative007

    (@joecreative007)

    I had this same error prior to switching to PHP 8 show up without making any changes. I tried switching to PHP 8, no help. Tried deactivating plugin. No help. Same error. Tried renaming Plugins folder via FTP. No change. Tried activating backupwordpress plugin again. No change. I even removed the plugin (via WP) after deactivating and then manually removed the backupwordpress plugin directory via ftp (which was still there) and the same error shows.
    PHP Warning: The magic method HM\BackUpWordPress\Extensions::__wakeup() must have public visibility in

    Even after removing the plugin via WP there remains backupwordpress references in the database.

    How do I remove this plugin entirely?

    Same problem. Follow

    I have created a pull request for this :

    https://github.com/xibodevelopment/backupwordpress/pull/1211

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Warning after switching to PHP 8’ is closed to new replies.