You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are problems with the current ancient PHP version on turing that is linked against OpenSSL 1.0, which can't connect to letsencrypt SSL sites.
Upgrade the flourish library code to a later version (though that framework seems to be abandonware itself, there have been upgrades in the past 8 years)
Identify any PHP constructs and quirks that only worked on PHP5, make any changes backwards-compatible.
Start using new PHP code
Find a new PHP package that will work on turing, or build from source, with all the extensions etc that are required.
Investigate upgrading turing to a more modern Debian. Having a nice good supported build of OpenSSL that the packages for that version of Debian supports would be good.
The text was updated successfully, but these errors were encountered:
The lib/flourish (and even the last known release of libflourish) uses the old database access methods require PHP modules to be installed, and it handles the quirks of each DBMS internally, rather than using PDO. In our case, it's pgsql, and is built-in to PHP, rather than deprecated or moved to a PECL module.
There are problems with the current ancient PHP version on turing that is linked against OpenSSL 1.0, which can't connect to letsencrypt SSL sites.
The text was updated successfully, but these errors were encountered: