• Resolved rsecor

    (@rsecor)


    My Tickets
    Version 1.8.32

    Editing a user yields:
    ——————————
    Grant My Tickets Permissions

    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    Learn more about troubleshooting WordPress.
    ——————————

Viewing 5 replies - 1 through 5 (of 5 total)
  • if you check my report (Fatal error when editing user) it details how you can fix if you need to.

    Mick

    Thread Starter rsecor

    (@rsecor)

    WordPress never sent out an email due to it crashing.

    From the error log:
    mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Call to undefined function mc_kses_elements() in /wp-content/plugins/my-tickets/my-tickets.php:793

    mc_kses_elements should probably be mt_kses_elements

    ./my-tickets.php: echo wp_kses( $options, mc_kses_elements() );
    ./my-tickets.php: echo wp_kses( $confirmation . “<p>” . __( ‘Create new payment with this cart’, ‘my-tickets’ ) . ‘</p>’, mc_kses_elements() );

    if you edit the file in the error and change mc_kses_elements to mt_kses_elements your issue will be resolved – I am sure Joe will release a fix soon.

    Plugin Author Joe Dolson

    (@joedolson)

    Yes, I’ve been working on My Tickets and My Calendar simultaneously the last couple weeks, and while those functions having very similar names is great for remembering the name of the function…it also makes it way too easy to type the wrong one!

    Plugin Author Joe Dolson

    (@joedolson)

    Updated release is out.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘1.8.32 -> Save Button Missing on User Edit’ is closed to new replies.