Okay
  Public Ticket #3508701
How to migrating from php 7 to php 8?
Closed

Comments

  •  2
    marcelodidier started the conversation

    I'm with a client who's asking me for a migration, and when I perform the migration there's some conflict.

  •  390
    Ripul replied

    we do all our development on php 8.2 , just ensure you have latest theme and plugins and do the upgrade.

  •  2
    marcelodidier replied

    Thank you so much for your answer.

    I managed to do it on a local server emulator, like MAMP or Local WP.

    I installed a copy at PHP 7.4. I updated all the plugins.

    I created a new Wordpress facility running in PHP 8.2.

    I changed the PHP facility 7.4 to 8.2 in the emulator and exported only the data pack.

    In the new facility I did at PHP 8.2, I copied the plugin files, media and themes.

    I uploaded only from the database exported to PHP 8.2 and it worked all right.

    Now it's to perform small adjustments, but everything's working fine.

    I hope to help other people who are going through the same probelm.

  •  390
    Ripul replied

    YEs, thank you for the confirmation.

    PHP 7.4 vs PHP 8.2 has some changes so updated plugins might not work with end of life PHP versions.