Remote Content causing php error

We have a remote content page that won't load, and is giving us the following error:

    [03-Nov-2009 09:37:13] PHP Fatal error: Call to undefined method HTTP_Request::getUrl() in /usr/share/php/HTTP/Client.php on line 398


I only thing I have done recently was to upgrade pear HTTP_Client to 1.2.1. Did this break something?

If this is on a Matrix 3.18.11 or eariler, Matrix only supports HTTP_Client 1.1.1. If you want to use HTTP_Client 1.2.1 you need at least v3.20.0 or later.


HTH

I figured so. I changed it back to 1.1.1. :slight_smile: