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 #1814284
FATAL ERROR
Closed

Comments

  • jfoto007 started the conversation

    When i try to create a new post i get this 


    Fatal error: Call to undefined function gutenberg_get_jed_locale_data() in /var/www/vhosts/report247.gr/httpdocs/wp-content/plugins/penci-framework/gutenberg/gutenberg.php on line 78

  •  501
    Penci replied

    Hi,

    Sorry about this issue.

    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 .

    The Classic Editor plugin restores the previous WordPress editor and the Edit Post screen. It lets you keep using plugins that extend it, add old-style meta boxes, or otherwise depend on the previous editor. To install, visit your plugins page and click the “Install Now” button next to “Classic Editor”. After the plugin finishes installing, click “Activate”. That’s it!

    You can  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

  •  1
    astalidis replied

    I had the same problem. Just submitted another ticket for information - https://pencidesign.ticksy.com/ticket/1815450/

    Easy solution to install a "disable gutenberg" plugin. Have a look at the link.

  •  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