I install suitecrm on localhost,it has 2 errorrs:
1.Not found: InboundEmail and Campaigns (Email) require the IMAP libraries. Neither will be functional.
2.Warning: Your PHP configuration should be changed to allow files of at least 6MB to be uploaded.
I have read in forum about this problem but I still have no idea to install.I run on Window 10.Hope everyone can help me to detail this problem
You need some changes in your php.ini
max_upload_size, give it 20 MB
max_execution_time, make it 120 seconds
memory_limit, say… 512MB
Then you need to enable the IMAP php modules. You might have to Google a bit to know how to this for your stack (XAMPP, Bitnami, etc, whatever you have).