The Elearning Community • Forma with PHP 5.4
Page 1 of 1

Forma with PHP 5.4

Posted: Mon Aug 08, 2016 5:50 pm
by phatsaqs
Im trying to use Forma with PHP 5.4. During install I get the issue "mime_content_type() support: OFF".

How do I get around this?

Re: Forma with PHP 5.4

Posted: Tue Aug 09, 2016 7:48 am
by max
Hi,
it doesn't have anything to do with the php version, the system simply checks for the mime_content_type support and if it doesn't find it, it blocks the installation. Mime content support is essential to be able to upload files. You would get the same message with other php versions.

You don't have to get around, you have to allow the mime content support :-)

The issue is widely discussed on the forum, as well as some work arounds:
viewtopic.php?f=2&t=11899&p=14490&hilit=mime#p14490
viewtopic.php?f=2&t=12140&p=15637&hilit=mime#p15637

Re: Forma with PHP 5.4

Posted: Tue Aug 09, 2016 6:18 pm
by phatsaqs
Well it works fine unless I switch my PHP version to version 5.4 in IIS. With 5.3 I dont have the mime_type issue but since its deprecated in 5.4 I need to take other steps which the Forma installation does not take into account.

Re: Forma with PHP 5.4

Posted: Tue Aug 09, 2016 7:15 pm
by max
Isn't the workaround described in one of the 2 links I posted useful?