Moodle 3.1 App unable to login Users

Re: Moodle 3.1 App unable to login Users

by Ahmad Z -
Number of replies: 0

Thank Juan

I fix the problem it was in the "Maximum uploaded file size", after testing if the "upload_max_filesize" in the php.ini more than 2047M the value will saved in mdl_config as negative value, ex: 2048M = -2147483648.

I change my max filesize to 2047M and now the app work correctly.

 

Regards,