message similar to:

configuration option "php_ini" is not set to php.ini location
You should add "extension=uploadprogress.so" to php.ini


solution is something similar to:

pear config-set php_ini /etc/php5/apache2/php.ini
pecl config-set php_ini /etc/php5/apache2/php.ini


Then if you really don't feel like touching your php.ini file:

pecl uninstall uploadprogress
pecl install uploadprogress


Oh, and you'll still want to restart your webserver since the php.ini changed:

sudo apache2ctl graceful

相关文章:

  • 2021-11-05
  • 2021-12-13
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-12-06
猜你喜欢
  • 2021-05-18
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-05-18
相关资源
相似解决方案