• Resolved webwitnl

    (@webwitnl)


    Hi, I found the following error various times in my php error log.

    I cursory looked at it, wp_parse_url() is defined by wp-includes/http.php, which in turn is included by wp-settings.php, so my guess is this endpoint is light and basic and doesn’t include http.php.

    [06-Feb-2024 10:39:21 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function wp_parse_url() in /home/wildewolf/public_html/wp-includes/formatting.php:4527

    Stack trace:

    #0 /home/wildewolf/public_html/wp-includes/formatting.php(4620): esc_url(‘https://www.wil…’, NULL, ‘db’)

    #1 /home/wildewolf/public_html/wp-includes/formatting.php(4602): sanitize_url(‘https://www.wil…’, NULL)

    #2 /home/wildewolf/public_html/wp-content/plugins/burst-statistics/tracking/tracking.php(244): esc_url_raw(‘https://www.wil…’)

    #3 /home/wildewolf/public_html/wp-content/plugins/burst-statistics/tracking/tracking.php(56): burst_sanitize_entire_page_url(‘https://www.wil…’)

    #4 /home/wildewolf/public_html/wp-content/plugins/burst-statistics/tracking/tracking.php(195): burst_track_hit(Array)

    #5 /home/wildewolf/public_html/wp-content/plugins/burst-statistics/endpoint.php(20): burst_beacon_track_hit()

    #6 {main}

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Error: Call to undefined function wp_parse_url()’ is closed to new replies.