• PHP Fatal error: Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, bool given in /home/public_html/wp-content/plugins/woocommerce/includes/class-wc-brands.php:176

    This happens when there are products(event tickets) without permalink!

    Now, we add the following code above line 176 to overcome this issue.

    if ( is_bool($permalink) ) { return ”; }

Viewing 1 replies (of 1 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    Our developers are already aware of this error and they already fixed that issue. However, this issue is planned to be resolved in version 9.8.0, as mentioned here:
    GitHub Pull Request #55005

    I would suggest keeping an eye on future releases.

    Thank you!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.