You are viewing an old revision of this post, from March 14, 2016 @ 16:06:16. See below for differences between this version and the current revision.

Ubuntu Warning: require_once(HTTP/Request2.php)

If you see this error when you access your source code: Warning: require_once(HTTP/Request2.php)

It is saying that you lack some PHP extensions.

You need to install 2 extensions: Pear and Http_request2

You can do it by the following commands:

sudo apt-get install php-pear

sudo pear install http_request2

 

Revisions

  • March 14, 2016 @ 16:06:27 [Current Revision] by admin
  • March 14, 2016 @ 16:06:16 by admin

Revision Differences

There are no differences between the March 14, 2016 @ 16:06:16 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply