• Resolved cheri3714

    (@cheri3714)


    I have wp2db installed on 2 websites. It works great.I can see the files backing up on a regular basis. I attempted to install it on another site and I get a page saying the php version is below min.

    I went ahead and tried to install the alternative version of the plugin and still got the same error.

    I am running php version 5.3.13

    Thanks!
    Cheri

    http://ww.wp.xz.cn/extend/plugins/wordpress-backup-to-dropbox/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael De Wildt

    (@michaeldewildt)

    Gday,

    I am using the PHP_VERSION_ID constant to determine the the version of PHP you are running.

    http://www.php.net/manual/en/reserved.constants.php#constant.php-version-id

    The deprecated message will tell you the contents of this version in the message here:

    “So, unfortunately your version of PHP (YOUR_VERSION_ID) is below version 5.2.16”.

    What does yours say?

    Cheers,
    Mikey

    Thread Starter cheri3714

    (@cheri3714)

    mine says the same thing but then adds a link to download another version of back-up I tried downloading it and got the same page.

    I really like this plugin not sure why its not working this time.

    Plugin Contributor Michael De Wildt

    (@michaeldewildt)

    I did some research and found a more idiomatic way of doing version checking that I will add to the next release.

    Hopefully this will fix your problem.

    Cheers,
    Mikey

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP Version Below Minimum Required’ is closed to new replies.