Install Uploadprogress Ubuntu 14.04

Posted on admin

Configurations As the title states, I've installed the module under 3 system configurations:. Debian 6 / PHP 5.3 / Virtualmin on a private server. Ubuntu 10.04 LTS / PHP 5.3 on a development workstation. Ubuntu 12.04 LTS / PHP 5.4 on a development workstation Installation Downloadprogress beind installed by PECL, the first step is to install pecl. In both distributions it's included in the php-pear package. So: sudo apt-get install php-pear In the two operational configurations, the package was already installed; as a basic component in the Ubuntu WS and as part of Virtualmin auto-installation on the Debian server. At this stage, pecl is installed but it will need to compile the downloadprogress module as a step of the installation process.

Apr 16, 2014 In this tutorial, I demonstrate a fresh install of Ubuntu 14.04, using a virtual machine as an example. I figure this may be useful for beginners who are. Requirements These instructions will work on the following systems: Ubuntu 12.04 LTS with PHP 5.5/5.6/7 Ubuntu 14.04 LTS with PHP 5.5/5.6/7 Ubuntu 15.10 with PHP 5.5.

Ubuntu Download

14.04

So more resources are needed before pecl can be invoked. Sudo apt-get install php5-dev Accept the required dependeces and let apt-get do it's job. Ubuntu 12.04 (LTS): build-essential is another required package, otherwise the install will fail: sudo apt-get install build-essential Then pecl can be invoked: sudo pecl install uploadprogress Ubuntu 14.04 (LTS): You will need to install uploadprogress with the -Z otherwise it will fail to install: sudo pecl install -Z uploadprogress The module is installed but won't be loaded when php is run. The php '.ini' configuration files has to be properly set. The Debian (and Ubuntu) way to do it clean is to add a module dedicated ini file in the /etc/php5/apache2/conf.d directory (do not touch php.ini file). Use your favorite text editor.

Somewhere along the line uploadprogress was installed or came with the Pear package for PHP5 on Ubuntu 14.04LTS but it wasn't installed properly. I had to 'sudo uninstall uploadprogress' which uninstalled and also noted that 'uploadprogress.ini' could not be removed.

Ubuntu 14.04 Install Problems

So I left it there and then ran 'sudo pecl install -Z uploadprogress' which ran the install with no errors. Afterwards I ran 'sudo service apache2 restart', ran Drupal Status report and it reported it was installed. Then I went to my content types and selected progress bar for file and media fields. Primal Fear: Strike.

or to post comments.