Page 1 of 1

Please enable the PHP extension(s) in php.ini.

Posted: Fri Sep 26, 2014 2:03 am
by AugustusM
I am trying to install this on my webserver (Apache, PHP Version 5.3.28) and I get the error there are 2 extensions that are needed in my php.ini. ext/zip and ext/fileinfo

I only have one php.ini on the server, which I verified while going in through ssh. I included the extensions and also ran the pecl install for the zip extension. (filinfo didn't seem to install when I used the pecl version available on the pecl site) I verified the module directory and still I am getting this error. I have also included the extensions in the php.ini file.

How do I fix this?

Re: Please enable the PHP extension(s) in php.ini.

Posted: Fri Sep 26, 2014 6:42 pm
by Thorsten
Hi,

please restart your webserver as well.

bye
Thorsten

Re: Please enable the PHP extension(s) in php.ini.

Posted: Fri Sep 26, 2014 7:23 pm
by AugustusM
That was done too. To no avail. I did the restart through WHM and ssh both had not effect.

Re: Please enable the PHP extension(s) in php.ini.

Posted: Fri Sep 26, 2014 7:26 pm
by Thorsten
Hi,

how do your php.ini file look like?

bye
Thorsten

Re: Please enable the PHP extension(s) in php.ini.

Posted: Fri Sep 26, 2014 9:14 pm
by AugustusM

Re: Please enable the PHP extension(s) in php.ini.

Posted: Sat Sep 27, 2014 10:30 am
by Thorsten
Hi,

your PHP was compiled with '--disable-fileinfo', so it doesn't work. :-(

bye
Thorsten