Install Colorbox, Libraries, PECL, IMCE uploader, Drush on prod.
all have been installed on sand to no ill effect
Installed. HTTP restarted. PECL shows as enabled in the status report section of the site.
Install Colorbox, Libraries, PECL, IMCE uploader, Drush on prod.
all have been installed on sand to no ill effect
Installed. HTTP restarted. PECL shows as enabled in the status report section of the site.
You may have seen this missing in your status report. I have finally gotten around to installing this. there are a few things that I had to do.
this is a great link. read it. there is a lot of confusion because drupal tells you you need it but doesn’t really tell you how to enable it. that’s because it is really a function of the os. but the link will tell you what to do.
this is another good link on PECL.
do this to install and configure the upload progress module
Re: to install the PECL uploadprogress library
Install the PHP developer package for the version of PHP you’re using. For example, in case of php5 run:
$ sudo apt-get install php5-dev Install the PECL uploadprogress library: Open php.ini : Restart apache: |