• This morning I updated the plug-in and suddenly this warning appeared. I have no idea how to remove it. It was working perfectly before the update :(( please help!!

    Warning: Illegal string offset ‘_enable’ in /home/zmdqvfp3zavs/public_html/wp-content/plugins/yith-event-tickets-for-woocommerce/includes/class.yith-event-tickets-frontend.php on line 286

    Notice: Uninitialized string offset: 0 in /home/zmdqvfp3zavs/public_html/wp-content/plugins/yith-event-tickets-for-woocommerce/includes/class.yith-event-tickets-frontend.php on line 286

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter paoss

    (@paoss)

    It’s in all my products, help!

    Plugin Author YITHEMES

    (@yithemes)

    Hello,

    we have being checking the link you sent us and we did not see any issue.

    Could you please check it and let us know?

    Thank you so much for your help.
    Have a good day.

    I have the same warning in all Event product-pages after update. Check https://yith.oliver-asche.de/produkt/ktevent1/

    Yet another complaint for the Warning: Illegal string offset ‘_enable’ in issue after the update. What’s the status on an update that will solve this issue?

    I have also gotten this error.

    Mhm – no answer since the last 2 weeks ?? First I have to say I’m not a developer! So pay attention if you use this workaround.
    Check class.yith-event-tickets-frontend.php on line 286:
    if ( $already_sold[ ‘_enable’ ] == ‘on’ ){
    Looks like $already_sold is empty. To fix the error message I change the line to:
    if ( is_array($already_sold) && $already_sold[ ‘_enable’ ] == ‘on’ ){

    It would be great if the YITH Developer-Team will check this bug and fix it soon.

    Many thanks, @oasche!!! That solves it! But we shouldn’t have to rely on self-identified non-developers to keep using a plugin we’ve come to rely on. Come on, YITH!

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you all are doing well! ??

    We fix this issue and will be available in the next plugin update, many thanks to all for your help and patience.

    Have a nice day!

    Hi,

    When will this be fixed? It’s been over a week and there still is no sign of an update!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Warning message after update!!!!’ is closed to new replies.