Hi everybody,
I have installed the module in Joomla 3. I have also added the following in the permitted file types:
image/gif;image/jpeg;image/pjpeg;image/png;application/pdf;application/msword;application/zip;application/x-compressed;application/x-zip-compressed;multipart/x-zip;application/excel;application/vnd.ms-excel;application/x-excel;application/x-msexcel;application/download;application/pdf
It just gives me the following error in my server, on the module page:
PHP Version: 5.3.28.
FILEINFO_MIME_TYPE is NOT defined.
mime_content_type doesn’t exist.
This is a NON-Windows OS: Linux.
escapeshellarg doesn’t exist.
exec doesn’t exist.
shell_exec doesn’t exist.
When uploading any kind of file, including pdf, I face the following problem:
ERROR: The uploaded file type is not permitted.
MIME detected by PHP:
MIME detected by Browser: application/pdf
The last line of error differs for any file extension!
Please help me to resolve the issue as fast as possible