Local Install formalms 1.3 - stuck at step 2
Local Install formalms 1.3 - stuck at step 2
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
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
Re: Local Install formalms 1.3 - stuck at step 2
you are blocked at step 2 because your server does not fit all requirements
this is the missing one:
that include the support for mime_content_type
this is the missing one:
You must enable in your php installation (php.ini file) the extension:mime_content_type() support: OFF
Code: Select all
php_fileinfo
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
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: Local Install formalms 1.3 - stuck at step 2
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
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
Re: Local Install formalms 1.3 - stuck at step 2
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?
All i can see is extension=php_mime_magic.dll
Is there other way to get past step 2?