CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 163 forks source link

Caldera form PHP issue #2486

Closed anilparkhe closed 6 years ago

anilparkhe commented 6 years ago

I have updated the Caldera Plugin latest version and using PHP 7.1.16 but Caldera form still gives me an out of date PHP version error.

screen shot 2018-05-11 at 2 29 19 pm

Shelob9 commented 6 years ago

How sure are you that this site is on PHP 7.1? The message you're showing is generated using the constant PHP_VERSION and reports 5.3.29. What does the PHP info plugin report? https://wordpress.org/plugins/wordpress-php-info/

anilparkhe commented 6 years ago

php setting

anilparkhe commented 6 years ago

Any comments??

Shelob9 commented 6 years ago

@anilparkhe That's not helpful information for me. What I need to see is the output of phpinfo() for this site. That plugin will show it.

To be honest, I doubt I can help. On your site the constant PHP_VERSION is 5.3.29. I know because it's printed in that warning. If your PHP version isn't the same as that constant, than that's a major issue on your server.