Errors appearing when editing Menus

Home Forums Ticket Products Event Tickets Plus Errors appearing when editing Menus

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59831
    Michelle Schulp
    Participant

    Hi All,
    Just FYI, nothing is broken per se, but oddly enough every time I alter/edit the WordPress menus I am seeing some WooTickets-related error messages.
    Screenshot: http://d.pr/i/Lb6w
    Everything seems to be working ok, but I know my client will freak out if they see that. I did check to make sure debug mode was off.

    #59937
    Barry
    Member

    Hi marktimemedia,

    There is indeed a bug and we’ve just fixed it though that fix probably won’t be rolled out until the next maintenance release is ready – the best thing to do in the meantime in your live/production site is turn off the display of errors.

    I know you’ve tried to do that by setting WP_DEBUG to false so if that doesn’t help you could also try changing the display_errors property in your php.ini file (please ask your host if you are unsure, however – some will let you override this and others will prefer changes are added to .htaccess or there may be some other specific way to do this).

    Do you feel confident in terms of editing code? Though we normally would not recommend editing core plugin code in this case the fix will be included in the next update in any case so as long as you take normal precautions (back up your site, and particularly the file you edit first of all!) you should be good:

    * Open up wootickets/classes/class-wootickets.php
    * Go to line 100
    * Find the piece of text reading ‘handle_delete_product’
    * Change the word product to post
    * It should now read ‘handle_delete_post’

    #62421
    Barry
    Member

    Hi marktimemedia, I’m going to close this one out since you should hopefully be able to use the above workaround / if not it ought to be resolved in a forthcoming maintenance release. Thanks for your support!

    #980288
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Errors appearing when editing Menus’ is closed to new replies.