• Resolved martinvie

    (@martinvie)


    Hi,
    since update to version 12.0 I got this error when trying to create a new event or to edit an event with the block editor:
    “Im Editor ist ein unerwarteter Fehler aufgetreten.”

    I reinstalled version 11.8 and the error was gone.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    I don’t have this error myself. I also did not change anything regarding the editor in the last couple of updates.

    Do you have other active plugins that are using the editor?

    Guido

    sampomiru

    (@sampomiru)

    Hey. I have the same problem. In the new version of the plugin, I cannot create a new event. When creating a new event, an unrecognized error pops up.

    sampomiru

    (@sampomiru)

    How can you restore the previous version of the plugin?

    Plugin Author Guido

    (@guido07111975)

    Hi,

    Can you please let me know if there’s more info being displayed besides “an unexpected error”?

    There’s a known conflict in the editor with the NextGEN Gallery plugin, do you perhaps have that plugin installed as well?

    Guido

    sampomiru

    (@sampomiru)

    Yes that’s right. I have the NextGEN Gallery plugin installed. There is no additional information about the error.

    Plugin Author Guido

    (@guido07111975)

    There will be an update soon.

    If you are willing and able to make a change to a plugin file, you can open file vsel.php and go to line 149:

    
    'supports' => array( 'title', 'thumbnail', $page_attributes, 'editor' )
    

    Change into:

    
    'supports' => array( 'title', 'thumbnail', $page_attributes, 'custom-fields', 'editor' )
    

    Please let me know if this solves your error.

    Guido

    sampomiru

    (@sampomiru)

    Thank you so much. Did as you wrote and it all worked!

    Plugin Author Guido

    (@guido07111975)

    Great, I will update plugin with this fix soon.

    Because of this fix the Custom Fields panel may appear in the editor, but you can hide panel again via the (screen) options.

    Guido

    Plugin Author Guido

    (@guido07111975)

    Hi,

    Have fixed this error in version 12.1 so I’m marking this thread as resolved.

    Guido

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘unexpected error’ is closed to new replies.