Tablepress fails with PHP 8.1 on Dreamhost
-
I’m working on finally upgrading to PHP 8.1 from 7.4 at Dreamhost (since they’re insisting ?? ).
The WordPress part of my site doesn’t run with PHP 8.0 or 8.1. I can’t tell why — no info in the http error log for example.
However, using the wp-cli testing tool, I get a report that tablepress fails with those versions of PHP.
ddbweb@william-floyd:~/dd-b.net/ddbcms$ wp php-compat --php_version=8.0 +---------------------------+--------+---------+---------+--------+-------+ | name | type | compat | version | time | files | +---------------------------+--------+---------+---------+--------+-------+ | wordpress | core | success | 6.2.2 | cached | | | OfflineMode | plugin | success | 1.0.0b | 2.84s | 3 | | akismet | plugin | success | 5.1 | 1.94s | 19 | | enable-media-replace | plugin | success | 4.1.2 | 1.98s | 47 | | extended-comment-options | plugin | success | 2.6 | 0.66s | 1 | | grou-random-image-widget | plugin | success | 1.18 | 0.57s | 3 | | insert-special-characters | plugin | success | 1.0.6 | 0.36s | 3 | | php-code-widget | plugin | success | 2.4 | 0.31s | 1 | | tablepress | plugin | failure | 2.1.4 | 38.29s | | | wp-cache | plugin | success | 2.1.2 | 0.6s | 5 | | wpcat2tag-importer | plugin | success | 0.6.1 | 0.49s | 1 | | ddbflex | theme | success | 0.2 | 0.62s | 17 | | ddbflex_wp2_6 | theme | success | 0.2 | 0.71s | 17 | | twentyfifteen | theme | success | 3.4 | 1.12s | 23 | +---------------------------+--------+---------+---------+--------+-------+
I don’t know for sure that the failure of the site to run is due to whatever problem wp-cli has found in tablepress, but I figure this is at least easy to test and demonstrate, and doesn’t really depend on my code on my site.
Any ideas? Any other info that I could find that would help?
The page I need help with: [log in to see the link]
- The topic ‘Tablepress fails with PHP 8.1 on Dreamhost’ is closed to new replies.