• I am running WordPress 3,1 on two (as near as I can determine) identical servers with two Websites on each. I am running WordPress Database Backup on all four Websites.

    On one server it works like a champ and does backups to my e-mail every night!

    On the second server if I try to send to e-mail i get:
    The following errors were reported: Function split ( ) is deprecated.

    Anyone have any ideas, even if it is just a better place to ask this question?

    Thanks

Viewing 1 replies (of 1 total)
  • I got this problem too, after doing some search I know it’s probably because PHP has deprecated funtction split() since PHP 5.3, so if your host installed PHP 5.3 or later you may get this problem. I also find that split() can be replaced by explode(), but strange enough, after I’ve changed from split to explode in wp backup’s source code, I still get this errror, and I still can’t send the backup file. Hope you get lucky!

Viewing 1 replies (of 1 total)

The topic ‘WordPress Backup Fails’ is closed to new replies.