• Bonjour, j’ai la dernière version de wordpress et de mon thème et j’ai voulu mettre la dernière version php (7.2) de mon hébergeur. Je l’ai mis en legacy le site ne marchait plus, en stable le site fonctionne mais je n’ai pas accès à mon interface wordpress. Dois-je modifier quelque chose?

    Tout est à jour (wordpress, thème).

    En revenant en php 5.6 tout fonctionne.

    Merci.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’ll need to look at the server and site logs to see what might be breaking with 7.2.

    You might try this:

    1. Enable WP_DEBUG and WP_DEBUG_LOG: https://codex.wordpress.org/WP_DEBUG
    2. Disable all plugins and change the theme to twentyseventeen.
    3. Change the server to PHP 7.2
    4. If the site works then
    a) change the theme back to the original theme
    b) enable plugins one at a time until it breaks

    That will tell you what needs to be fixed.

    5. If the site does not work with 7.2 with the theme and plugins diaabled, check the logs carefully to see what’s broken. It may be how 7.2 is implemented on your host.

Viewing 1 replies (of 1 total)

The topic ‘Mise à jour php’ is closed to new replies.