Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Php upgrade
    Thread Starter skolaprachen

    (@skolaprachen)

    Merci pour votre message, en fait, j’ai finalement réussi à résoudre le problème – l’erreur venait en réalité du fait que je n’avais pas mis à jour tous les thèmes. J’ai dû revenir à la version PHP 7 et tout mettre à jour directement dans WordPress. Et cela, même si j’avais vérifié que tout était compatible avec PHP à l’aide de PHP Compatibility Checker. Bonne chance !

    BTW – I canť speak french– fortunately AI made a translation of my answer – hope it is undersatndeble. 🙂

    Forum: Fixing WordPress
    In reply to: Php upgrade
    Thread Starter skolaprachen

    (@skolaprachen)

    Thanks for your reply, I did what you recomanded – even though I already apdated word press before changing PhP versin.

    It is the same … the Fatal error note did not change :(.

    May it be something wrong with the file script- loader?

    function wp_default_packages( $scripts ) {
    wp_default_packages_vendor( $scripts );
    wp_register_development_scripts( $scripts );
    wp_register_tinymce_scripts( $scripts );
    wp_default_packages_scripts( $scripts );

    if ( did_action( 'init' ) ) {
        wp_default_packages_inline_scripts( $scripts );
    }

    }

    This is what is described as a fatall error – is there anything I can change about it?

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