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 #1813403
Unable to edit post
Closed

Comments

  • fairstockindia started the conversation

    Hi Team, 

    I am unable to edit my post. When i click edit option, I am getting 500 server error code as attached in the ticket.

    Link - https://fairstock.in/wp-admin/post.php?post=196&action=edit

    For your debug - I just upgraded wordpress to 5.0

  • fairstockindia replied

    Now unable to create a posts itself! 

    I have attached the screenshot for you reference. 

    Please treat this as high priority

  •  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

  •  501
    Penci replied

    Hi,

    I updated Penci Framework plugin,

    Please deactivated and remove this plugin and re-install and active Penci Framework plugin.


    Best Regards,

    PenciDesign

  • fairstockindia replied

    Hi Team, 

    I did but did not work. I will give you a step how I did, pls verify whether it's correct or not.

    1. Deactivate Classic Editor plugin

    2. Delete class editor plugin

    3. Deactivate penci framework

    4. Delete penci framework

    5. Install penci framework again (as attached in the screenshot)

    After this steps, still I am unable to create a post. 

  •  501
    Penci replied

    Hi,

    Please send me your website management information( admin url site, username and password ). I will check it again.

    Best Regards,

    PenciDesign

  • fairstockindia replied

    Sorry, as per company policy, I am not supposed to share the credentials. 

  •  501
    Penci replied

    Hi,

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

  • fairstockindia replied

    Okay, now I am able to edit post.