I just installed HTTP_Download using Pear install –alldeps, and it installed successfully. However, when I try to use the module, I get. I am using the following php.ini include_path = ".:/usr/lib/php:/usr/local/lib/php". Is there a directory I should be including that is part of pear to get the module to work?
Fatal error: Class 'HTTP_Download' not found in /home/collab13/public_html/testing123.php on line 2
looks like your PEAR Path is not within the includable paths.
try
then try and load the module, otherwise directly append it to your php.ini and restart the server.