Search found 3 matches

by mmefectiva
Sun Jun 14, 2020 6:15 am
Forum: Feedback & Suggestions
Topic: Error in "Apply for contribution" Form
Replies: 1
Views: 4299

Error in "Apply for contribution" Form

Hi

I try to send the form for apply to be a contributor, but I cannot get it because there is an error that does not allow me to advance. In the item "How many installations?" Don't detect that I already check it.

https://formalms.org/about/contribute.html
by mmefectiva
Sun Aug 14, 2016 7:29 am
Forum: Installation and configuration
Topic: Fresh Instal of 4.0.5
Replies: 4
Views: 6485

Re: Fresh Instal of 4.0.5

You have MySQL strict mode enabled; forma.lms doesn't support it, so please turn it off In OSX this is the solution for MYSQL strict: created a /etc/mysql/my.cnf with the following contents:- [mysqld] sql_mode=NO_ENGINE_SUBSTITUTION Source: http://stackoverflow.com/questions/18762308/how-to-get-rid ...
by mmefectiva
Mon Aug 01, 2016 4:34 am
Forum: Installation and configuration
Topic: Installation - stuck at Step 2
Replies: 2
Views: 6342

Re: Installation - stuck at Step 2

Hi

Php function mime_content_type() has been deprecatet due security reasons, in stead is necessary migrate to finfo_file:

http://php.net/manual/es/function.finfo-file.php

If nobody has make this change I go to do in the nexts days.