wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 36 forks source link

DEPRECATED: Invalid characters passed for attempted conversion, these have been ignored #108

Closed freica closed 3 years ago

freica commented 3 years ago

Hi, last week I changed something on my wordpress installation (changed Theme to twentynineteen, BackWpUp Update to 3.7.1, PHP-Update 7.2->7.4) Since this changes at the end of the backup-log I get perhaps 50 Messages of "DEPRECATED: Invalid characters passed for attempted conversion, these have been ignored"

The backup finishes successful. What could be the matter of this?

cuongdcdev commented 3 years ago

@freica The problem is because of PHP 7.4 and we also have to maintain BackWPUp to works with lower versions of PHP like 5.5 or 5.6 too. The issue will be fixed in the next plugin update, which released in the next 1 or 2 weeks, in the meantime, you can replace this file with the one in backwpup/inc/class-option.php https://gist.github.com/cuongdcdev/fdbd09b33941c1b2e1e522fba64d0d22 it’s should work! (btw, the warning does not affect your backup job, please no worry ^^ )

cuongdcdev commented 3 years ago

Closed, it was fixed in the latest BWU 3.8