PHP Module: fileinfo Where?

I am missing the fileinfo module. Where do I get it and how do I install it? I need the image uploads and displays to work. Thanks, 7.2

Quote · 21 Sep 2015

Is this shared or VPS/dedicated? If shared, your host will need to install it. For VPS/dedicated, if you have cPanel/WHM, you can install it via EasyApache.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 21 Sep 2015

It is shared, though I do have cPanel access. It does not seem the module came with the download package? Thanks.

Quote · 21 Sep 2015

 

It is shared, though I do have cPanel access. It does not seem the module came with the download package? Thanks.

EasyApache is a WHM component - it's not available in cPanel or on shared. You'll need to contact your host to have them install fileinfo for the server's PHP.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 21 Sep 2015

Thank you. On top of it.

Quote · 21 Sep 2015

I have a dedicated server with WHM. I installed fileinfo extension on PHP 7.2 but I still get the error that it needs to be installed?
What can I do?

Quote · 3 Nov 2019

 

I have a dedicated server with WHM. I installed fileinfo extension on PHP 7.2 but I still get the error that it needs to be installed?
What can I do?

Dolphin use to have php.info that allowed you to see the path of your Dolphin's php; Boonex removed it.  Put a phpinfo.php file in the root of your site and load it using http://your-domain.tld/phpinfo.php.

 

create a text file; name it phpinfo.php and put the following in the file:

<?php // Show all information, defaults to INFO_ALL phpinfo(); ?>

Once you check the path to php that your Dolphin site is using, remove the phpinfo.php file from your server since hackers may look for it to gain knowledge about your site.

Geeks, making the world a better place
Quote · 3 Nov 2019
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.