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
No comments yet.