24/7 U.S. Support – 877-595-4482
With your hosting account as Web Hosting Hub, you can install PEAR modules through your cPanel. As this is an advanced web hosting tool we are not able to provide technical support on PEAR modules, however we do provide a guide to assist you in installing a PEAR module.
1. Create a directory outside your public_html called "pear." This folder will require permissions of 777. Then, create another folder in your public_html. For purposes of this examples, the folder we are creating is called "pear-examp"
2. Go to http://pear.php.net/go-pear and copy the contents of that page into a Notepad file called "go-pear.php" and upload this file into pear-examp
3. In your browser, go to http://yourdomain.com/pear-examp/go-pear.php. From here, the only field you should need to edit is the installation prefix, which will be the absolute path to the 'pear' directory that you created: /home/username/pear (with username being your Web Hosting Hub username).
You will also want to set the php CLI path in question 11. The path to the php binary is /usr/bin/php.
4. Once the installation is complete, Pear has been installed on your site. You will need to make sure to set the include path in your scripts to show the same path as your installation, and not the one on the server:
set_include_path('../../pear/PEAR' . PATH_SEPARATOR . get_include_path());
5. From here you can also install your own pear packages. To do this, you can create a file called "install.php" in your pear-examp directory and add this code:
include_once "../../pear/index.php";
When you load this page in a browser (http://yourdomain.com/pear-examp/install.php) you will see the PEAR installation interface, where you can install your own PEAR modules.
| Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
|---|---|---|---|
| Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |
Copyright © 2013 Web Hosting Hub - Privacy Policy - Terms of Service