Upload progress Not enabled
Your server is capable of displaying file upload progress through APC, but it is not enabled. Add apc.rfc1867 = 1 to your php.ini configuration. Alternatively, it is recommended to use PECL uploadprogress, which supports more than one simultaneous upload.

I downloaded the latest PECL uploadprogress, unzipped and copied into sites/all/libraries.
Restarted apache2 to no avail.
I am running a LAMP server on Linux Mint 8 (Helena), Gnome, 64 bit.
Please help.
Thanks.

Comments

ckosloff’s picture

I also added apc.rfc1867 = 1 to the end of the php.ini file and restarted apache2 to no avail.
Linux Mint is an Ubuntu clone so I am getting the packages from the Ubuntu repos.

ckosloff

markabur’s picture

sites/all/libraries is not where it belongs... find some installation instructions and follow them. you are installing a php extension, not a drupal thing.

ckosloff’s picture

Where do I find those instructions?
Can you please be more specific?
Thanks.

ckosloff