Local Install formalms 1.3 - stuck at step 2

Install and configure FormaLMS and DoceboCE
Post Reply
ragzbiz
Newbie
Posts: 2
Joined: Thu Dec 11, 2014 11:40 am
Version: forma.lms 1.3

Local Install formalms 1.3 - stuck at step 2

Post by ragzbiz »

I am installing formalms 1.3 on my laptop. I've xampp with php 5.4 installed and my sql.

the install is stuck at step 2 and showing the below output:

Step 2: System Check

Server information
Server software : : Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.16
PHP Version : : 5.4.16
Mysql Client Version : : 5.0.10
Multibyte Support: ON
mime_content_type() support: OFF
Ldap : : OFF Consider this warning only if you need to use LDAP
Site Timezone: Europe/Berlin
PHP Information :
magic_quotes_gpc : : OFF
Safe mode : : OFF
register_global : : OFF
upload_max_filsize : : 2M
post_max_size : : 8M
max_execution_time : : 30s


The NEXT STEP button is disabled or not activated ..

could someone please help me in this regard .. I've checked other posts in this forum but in vain. And I am not sure how to enable or turn ON the mime_content_type() support.

BTW, below are some MIME related settings in my php.ini file:

----
; PHP's built-in default is text/html
; http://php.net/default-mimetype
default_mimetype="text/html"

; This directive specifies the regex pattern of content types for which mb_output_handler()
; is activated.
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
;mbstring.http_output_conv_mimetype=

[mime_magic]
mime_magic.magicfile="C:\xampp54\php\extras\magic.mime"
;mime_magic.debug = On



-- raghu
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: Local Install formalms 1.3 - stuck at step 2

Post by canelli »

you are blocked at step 2 because your server does not fit all requirements
this is the missing one:
mime_content_type() support: OFF
You must enable in your php installation (php.ini file) the extension:

Code: Select all

php_fileinfo
that include the support for mime_content_type
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
ragzbiz
Newbie
Posts: 2
Joined: Thu Dec 11, 2014 11:40 am
Version: forma.lms 1.3

Re: Local Install formalms 1.3 - stuck at step 2

Post by ragzbiz »

ISSUE SOLVED .. THANKYOU FOR YOUR SUPPORT

I had an entry in my PHP.INI file as below:

;extension=php_fileinfo.dll

I uncommented that line (remove semicolon) and restart my apache service to make changes effect.

extension=php_fileinfo.dll

----

now the STEP 2 passed successfully and the NEXT STEP button was enabled. my output on step 2 is as below:

Step 2: System Check

Server information
Server software : : Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.16
PHP Version : : 5.4.16
Mysql Client Version : : 5.0.10
Multibyte Support: ON
mime_content_type() support: ON
Ldap : : OFF Consider this warning only if you need to use LDAP
Site Timezone: Europe/Berlin
PHP Information :
magic_quotes_gpc : : OFF
Safe mode : : OFF
register_global : : OFF
upload_max_filsize : : 2M
post_max_size : : 8M
max_execution_time : : 30s
wormwood
Newbie
Posts: 1
Joined: Wed Jan 14, 2015 4:57 am

Re: Local Install formalms 1.3 - stuck at step 2

Post by wormwood »

I can't seem to find php_fileinfo in my php.ini file (im using Windows server).
All i can see is extension=php_mime_magic.dll

Is there other way to get past step 2?
Post Reply