Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Keep getting warning: Upgrade to PHP 7.1 or higher immediately. But I am running 7.1
R_A_Chalmers
New
I keep getting this warning on the page tops,
Keep getting warning: Upgrade to PHP 7.1 or higher immediately ....
But I am running PHP 7.1 alrready? Is it not seeing it? or is this just a warning I can ignore?
thanks
0
Comments
are you sure....
Is it not seeing it? or is this just a warning I can ignore?
you shouldn't see it if you are running 7.1
to verify your php version
create a showversion.php
and run it from your browser.
or create a phpinfo file and run it from browser.
https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
if it says 7.1 then you are running 7.1 from browser. then you may have to determine if caching is creating a problem for vanilla and in that case clear it or disable it.
just to point out a non-recommended procedure only in the event that the above truly shows 7.1 in your browser.
, see
https://github.com/vanilla/vanilla/blob/af90288d04ff6cc6f27ba1c5cd14f4323d13e37d/applications/dashboard/settings/class.hooks.php#L340
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.