Title: PHP8 compatibility
Last modified: January 13, 2023

---

# PHP8 compatibility

 *  [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/php8-campatibility/)
 * If anyone is still using this plugin, there is a problem with PHP8.
 * In multilingual-press/inc/installation/Mlp_Self_Check.php on line 290 you need
   to change the line:
 *     ```wp-block-code
       if ( version_compare( $current_version, $last_version, '=<' ) ) {
       ```
   
 * to:
 *     ```wp-block-code
       if ( version_compare( $current_version, $last_version, '<=' ) ) {
       ```
   
 * Please note the small change in the last parameter (“=<” changed to “<=”).
 * See: [https://www.php.net/manual/de/function.version-compare.php](https://www.php.net/manual/de/function.version-compare.php)

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

 *  [ollihb](https://wordpress.org/support/users/ollihb/)
 * (@ollihb)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/php8-campatibility/#post-16425981)
 * multilingual-press broke my entire admin plugin overview page. Thanks for sharing
   this solution!
 *  [nicollb](https://wordpress.org/support/users/nicollb/)
 * (@nicollb)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/php8-campatibility/#post-16427025)
 * Thank you for posting this. Just saved my bacon for a while longer! Only my admin
   plugins page seemed to be affected, but now all is good under php8.
 *  [Korveld](https://wordpress.org/support/users/teidar/)
 * (@teidar)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/php8-campatibility/#post-16604959)
 * Man, you’re lifesaver) Thanks!

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

The topic ‘PHP8 compatibility’ is closed to new replies.

 * ![](https://ps.w.org/multilingual-press/assets/icon-256x256.png?rev=2188271)
 * [MultilingualPress](https://wordpress.org/plugins/multilingual-press/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multilingual-press/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multilingual-press/)
 * [Active Topics](https://wordpress.org/support/plugin/multilingual-press/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multilingual-press/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multilingual-press/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Korveld](https://wordpress.org/support/users/teidar/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/php8-campatibility/#post-16604959)
 * Status: not resolved