• Hi all,

    This is asked before, but the topic is closed for comments. So: new topic. πŸ™‚
    Anyone knows how to solve this?


    Warning: strpos(): Offset not contained in string in /home/–/public_html/wp-content/plugins/google-calendar-woocommerce-bookings-two-way-sync/ninja-google-calendar-woocommerce-bookings-two-way-sync.php on line 447

    Warning: strpos(): Offset not contained in string in /home/–/public_html/wp-content/plugins/google-calendar-woocommerce-bookings-two-way-sync/ninja-google-calendar-woocommerce-bookings-two-way-sync.php on line 448

    Warning: strpos(): Offset not contained in string in /home/–/public_html/wp-content/plugins/google-calendar-woocommerce-bookings-two-way-sync/ninja-google-calendar-woocommerce-bookings-two-way-sync.php on line 447

    It appears in lines 447 to 448 and after a succesful authorization with Google Calendar.

    Thanks for the help.

    Jan80

Viewing 1 replies (of 1 total)
  • Thread Starter Jan de Wit

    (@jan80)

    Update:

    More specific, what is wrong with this string? These are lines 447 and 448:

    $new_date = substr($time, 0, strpos($time, ‘T’,1));
    $new_hour = substr($time, strpos($time, ‘T’,1) + 1, 8);

    The error appears after authorization and hitting the import function.

    @customwpninjas @webtinkering

    • This reply was modified 7 years ago by Jan de Wit.
    • This reply was modified 7 years ago by Jan de Wit.
Viewing 1 replies (of 1 total)
  • The topic ‘[Error] “Offset not contained in string”’ is closed to new replies.