I have installed Vtiger CRM in my client CPanel. On file uploading, Im getting error
{"success":false,"error":{"code":"mime_magic or fileinfo extension required.","message":"mime_magic or fileinfo extension required."}}
so as per some references,i found that need to enable fileinfo extension
in PHP.
I created a php.ini
and added this line extension=php_fileinfo.dll
But still im getting this line when use phpinfo()
function.
'./configure' '--disable-fileinfo'
as Configure Command
line.
In my Cpanel there is no option for change the PHP version
.
Please suggest me the best solution..