• When activating the plug-in, a fatal error occurs stating that the HTTP/Request.php file is missing. There is a require_once in the HTTP_Request_OAuth.php file that is pointing to a missing or non-existent file. There is no mention of where this missing file should be located other than this line.

Viewing 6 replies - 1 through 6 (of 6 total)
  • This plugin is only compatible with WP 3.0 versions. Which version of wordpress are you using?

    Thread Starter stephenjoyce

    (@stephenjoyce)

    Hi Gisha. I’m using the latest version 3.0.1. I thought it might be conflicting with another plug-in, so I de-activated all installed plug-ins. That didn’t work either.

    In the installation instruction, it is said to do

    1. Install Pear HTTP_Request
    pear install HTTP_Request-1.4.4

    2. Install XML_Feed_Parser
    pear install XML_Feed_Parser-1.0.3

    Even though I haven’t done it before I feel that you haven’t done it or your server may be missing such a PHP environment.

    Thread Starter stephenjoyce

    (@stephenjoyce)

    HTTP_Request-1.4.4 and XML_Feed_Parser-1.0.3 are both installed. I’m using a shared host enviornment on Bluehost. The following PEAR extensions are installed:

    HTTP_Request 1.4.4
    Net_Socket 1.0.9
    Net_URL 1.0.15
    XML_Feed_Parser 1.0.3

    Do I need to update the php.ini file? I didn’t see anything in the install instructions about it, but you never know. Thanks for your help with this…

    I had this same issue. I updated php.ini (on my system, this is located in /usr/local/php5/lib/php) and uncommented out the include_path line so that it read:

    include_path = “.:/usr/local/php5/lib/php”

    After that, I was able to activate the plugin.

    Thread Starter stephenjoyce

    (@stephenjoyce)

    I tried that. It caused an internal server error. It’s a hosting environment where i have pretty limited control or access. Just an observation here, but plug-ins really shouldn’t require this amount of system configuration to support. I love the Getsatisfaction.com platform, but this plug-in is just not in a release state.

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

The topic ‘[Plugin: Get Satisfaction] Missing HTTP/Request.php file’ is closed to new replies.