[HELP] uploadprogress module installed, but cannot be detected

cwm1021

Registered
Apr 7, 2007
4
0
151
Dear all,

I installed uploadprogress module but my applications cannot detect it.

I installed uploadprogress module via WHM:
WHM >> Software >> Module Installers >> PHP Pecl >>

Untitled-1.png

Also confirm that it has been added to php.ini
Untitled-2.png

Apache restarted.

And then I tried a few applications/scripts that require uploadprogress, none of them can detect uploadprogress.
Untitled-3.png


Version: WHM 11.30.5 (build 3) , CENTOS 5.7 i686 xenhvm, PHP 5.3.6

Am I missing any steps? Please help, thanks in advanced.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello,

Do you have your own php.ini file on that account, which you didn't copy the full global php.ini from /usr/local/lib/php.ini location? Any extra PHP modules with extenstion = "modulename" syntax will not load if they are not copied from the global php.ini file:

Code:
cp /usr/local/lib/php.ini /home/username/public_html/php.ini
chown username:username /home/username/public_html/php.ini
Above please replace username with the cPanel account username.

Thanks!