• Resolved kfrench911

    (@kfrench911)


    Anytime i want to edit my website pages using gutenberg page editor the editor shows white background or screen.
    I have tried it on different browser all to no avail

    please help

    thanks

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

    (@zaheerdad)

    There are two possibilities,

    1- Client side script Issue : Debug it by turning on the browser debugger tool and check for any error there.
    2- Server side script issue: Turn on debug mode in WP and check for any error,

    Debugging in WordPress

    Thread Starter kfrench911

    (@kfrench911)

    I see these errors in debug mode

    Deprecated: Function create_function() is deprecated in /home/bentr/public_html/wp-content/plugins/personal-contact-info-widget/personal-contact-info-widget.php on line 567

    Deprecated: Function create_function() is deprecated in /home/bentr/public_html/wp-content/plugins/wp-address-schema/wp-address-schema.php on line 56

    Warning: session_start(): Cannot start session when headers already sent in /home/bentr/public_html/wp-content/plugins/participants-database/vendor/wp-session-manager/wp-session-manager.php on line 46

    Deprecated: Function create_function() is deprecated in /home/bentr/public_html/wp-content/themes/unicon/functions.php on line 461

    Notice: The called constructor method for WP_Widget in Wp_Address_Schema_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/bentr/public_html/wp-includes/functions.php on line 4716

    Warning: Cannot modify header information – headers already sent by (output started at /home/bentr/public_html/wp-content/plugins/personal-contact-info-widget/personal-contact-info-widget.php:567) in /home/afrea/public_html/wp-includes/functions.php on line 6029

    Warning: Cannot modify header information – headers already sent by (output started at /home/bentr/public_html/wp-content/plugins/personal-contact-info-widget/personal-contact-info-widget.php:567) in /home/afrea/public_html/wp-admin/includes/misc.php on line 1252

    Warning: Cannot modify header information – headers already sent by (output started at /home/bentr/public_html/wp-content/plugins/personal-contact-info-widget/personal-contact-info-widget.php:567) in /home/afrea/public_html/wp-admin/admin-header.php on line 9

    Thread Starter kfrench911

    (@kfrench911)

    The issue has be resolved after a long day of debugging.
    The error was from a plugin called REST API Helper.
    I have to disable it and boom it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress gutenberg page editor’ is closed to new replies.