• Resolved TreeTrail

    (@aprilschmitt27)


    Hello,

    After using “Let’s Encrypt” WP-Forecast worked. But after I used a Search & Replace plugin (“http” to ” https”), to resolve most of the remaining mixed content, WP-Forecast stopped working. This is the error message, when I “check connection to Weatherprovider”. I tried uninstalling and reinstalling. The error message still says:
    —–
    Checking for Weatherprovider Accuweather
    Checking default transport
    Test ends in error.
    Error-Message was http_request_failed A valid URL was not provided.
    Checking fsockopen transport
    Test ends in error.
    Error-Message was http_request_failed A valid URL was not provided.
    Checking exthttp transport
    Test ends in error.
    Error-Message was http_request_failed A valid URL was not provided.
    Checking streams transport
    Test ends in error.
    Error-Message was http_request_failed A valid URL was not provided.
    Checking curl transport
    Test ends in error.
    Error-Message was http_request_failed A valid URL was not provided.
    —–

    I’ve searched for many hours, but can’t figure out where I caused the problem …so I can fix it. Any advice would be very greatly appreciated.

    Thank you,
    ~April

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tuxlog

    (@tuxlog)

    By doing a search and replace from http to https you changed the URL’s of the weather service like https://accuweather… to https://accuweather… too.

    Probably the API has no https.

    Search for BASE_ to find the correct places to change it back. Must be somewhere in funclib.php.

    Thread Starter TreeTrail

    (@aprilschmitt27)

    Thank you for the very prompt response Tuxlog. Please go ahead and close my question.

    Plugin Author tuxlog

    (@tuxlog)

    I thought I have already done this. ??

    Search for BASE_ to find the correct places to change it back. Must be somewhere in funclib.php.

    Thread Starter TreeTrail

    (@aprilschmitt27)

    Thank you, you did reply and I asked you to go ahead and close the thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Search & Replace Caused: “http_request_failed”’ is closed to new replies.