Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1815450
Wordpress 5.0 and gutenberg
Closed

Comments

  •  1
    astalidis started the conversation

    After installing Wordpress 5.0, after a few tweaks, it was not possible to do any new post. I was getting the infamous "Internal Server Error" screen. PHP debugging showed some problems with gutenberg in the penci framework. I didn't even know what gutenberg is and that it was used!

    After some research, I 've installed this plugin, and things seem to work well:

    https://perishablepress.com/disable-gutenberg/

    No apparent impact on the editor.

    I just thought the solution may be applicable to others with the same problem.

    Andreas. 

  •  501
    Penci replied

    Hi,

    Thank you for your all feeback.

    We are checking theme with wordpress 5.0. I will release the latest version as soon as possible.

    You can use the Classic Editor plugin  or   go to Plugins > Editor  then edit penci-framework/gutenberg/gutenberg.php file and go to line 74 and remove the code as below:

    wp_add_inline_script(
     'penci-gutenberg',
     sprintf(
     'var penci_gutenberg = { localeData: %s };',
     json_encode( gutenberg_get_jed_locale_data( 'penci-gutenberg' ) )
     ),
     'before'
     );

    After remove code,  then update file.

    Please check screenshot http://prntscr.com/ls166jhttp://prntscr.com/ls16tkhttp://prntscr.com/ls16yk

    Best Regards,

    PenciDesign