Fatal error on update.

Home Forums Calendar Products Events Calendar PRO Fatal error on update.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #936264
    Thomas Bliss
    Participant

    Can someone please help me with this issue?

    Fatal error: Class ‘TribeWooTickets’ not found in /home1/response/public_html/wp-content/themes/Karma/functions.php on line 1013

    #936297
    Geoff
    Member

    Hi there, Thomas! Sorry you’re hitting some trouble here with the update.

    I’ve seen this happen when there is a custom snippet in theĀ functions.php file. Did you happen to have a snippet in there that customizes the WooTickets plugin?

    If so, try wrapping it in this:

    if(class_exists('TribeWooTickets')) {
    // The rest of your function...
    }

    That should clear up any conflicts. Please give that a shot and let me know if it helps. šŸ™‚

    Cheers!
    Geoff

    #937167
    Thomas Bliss
    Participant

    I ended up deleting and reuploading the theme. Big mess.

    #937587
    Geoff
    Member

    Sorry to hear that, Thomas, but I am glad that you were able to work around it. That notification is typically due to the class missing from a snippet. If that’s the case for you, then hopefully wrapping that function in the conditional provided above will help in the future.

    I’ll go ahead and close this thread, butĀ please start a new one if anything else pops up and we’d be happy to help.

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fatal error on update.’ is closed to new replies.