the PECL uploadprogress library installation
etgraphicd2 - October 16, 2009 - 20:41
Hello,
I had my server host to install the "PECL uploadprogress library" for me and he did it but I still have the same warning... "Library not installed"; Can anyone help with this?
Any help will be appreciated.

basic Install I used
These are the basic instructions I followed on a debian system with pear already installed. Make sure that the uploadprogress library is enabled:
sudo pecl install uploadprogressEdit the php.ini file:
sudo vi /etc/php5/apache2/php.iniAdd in this code to your extensions:
extension=uploadprogress.soThen the error will should go away after you've restarted apache.
--
OpenConcept | Twitter @mgifford
I've done all of that, but
I've done all of that, but the status report still says uploadprogress is not installed, and it still doesn't show up in phpinfo().
Ideas?
Thanks.
_
use phpinfo() and verify that the library is actually installed and available in the php environment.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
Like I said, phpinfo() does
Like I said, phpinfo() does not show any references to uploadprogress.so. It does, however, correctly show the location of the extension dir, as "/usr/local/lib/php/extensions/no-debug-zts-20060613/", which I set accordingly to the uploadprogress installation.
I've uninstalled it and reinstalled it a few times, to no avail.
"PECL uploadprogress library"
I finally found the problem...I was using drupal on a subdomain level folder and I had two PHP.ini files. One in the main domain area and also one in the subdomain drupal folder. It turned out that my server host enabled the "PECL uploadprogress library" on the wrong PHP.ini file...I copied that PHP.ini file into my drupal folder and the warning disappeared.
Hope this helps someone.
Sorry, but I don't think I
Sorry, but I don't think I understand this. There is no php.ini file in the Drupal installation directory—and I don't think there should be one. So it's not clear what php.ini files were conflicting with each other. Can you provide specific system paths, as well as server configuration (like OS, etc.)?
Thanks.