• Miawtwo

    (@miawtwo)


    A lot of my client’s site are offline with a Fatal Error following the last update.

    No error code line, the sites are offline if you don’t disable plugin by FTP.

    Best regards.

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

    (@mphdavidson)

    Same issue.

    Updating this plugin causes White Screen of Death.

    jfreake

    (@jfreake)

    Changing Line 302 of

    /wp-content/plugins/piotnet-addons-for-elementor/piotnet-addons-for-elementor.php

    from

    if ( defined('PAFE_VERSION') && !$feature['pro'] || defined(constant_name: 'PAFE_PRO_VERSION') && $feature['pro'] ) {

    to

    if ( defined('PAFE_VERSION') && !$feature['pro'] || defined('PAFE_PRO_VERSION') && $feature['pro'] ) {

    fixes the issue.

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

The topic ‘Fatal Error’ is closed to new replies.