Can't upload KreporterBase.zip 4.1.0 in SuiteCRM

I have changed max upload size to 15M in php.ini. But I am still getting this error message

[Thu Apr 06 19:16:44.810411 2017] [ssl:warn] [pid 14664:tid 584] AH01909: server certificate does NOT include an ID which matches the server name
[Thu Apr 06 19:16:44.853160 2017] [core:warn] [pid 14664:tid 584] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run?
[Thu Apr 06 19:16:44.925856 2017] [ssl:warn] [pid 14664:tid 584] AH01909: server certificate does NOT include an ID which matches the server name
[Thu Apr 06 19:16:44.955759 2017] [mpm_winnt:notice] [pid 14664:tid 584] AH00455: Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 configured – resuming normal operations
[Thu Apr 06 19:16:44.955759 2017] [mpm_winnt:notice] [pid 14664:tid 584] AH00456: Apache Lounge VC11 Server built: Dec 20 2016 13:02:04
[Thu Apr 06 19:16:44.955759 2017] [core:notice] [pid 14664:tid 584] AH00094: Command line: ‘c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache’
[Thu Apr 06 19:16:44.958767 2017] [mpm_winnt:notice] [pid 14664:tid 584] AH00418: Parent: Created child process 8120
[Thu Apr 06 19:16:45.389492 2017] [ssl:warn] [pid 8120:tid 568] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Apr 06 19:16:45.526356 2017] [ssl:warn] [pid 8120:tid 568] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Apr 06 19:16:45.558442 2017] [mpm_winnt:notice] [pid 8120:tid 568] AH00354: Child: Starting 150 worker threads.
[Thu Apr 06 19:16:54.730685 2017] [:error] [pid 8120:tid 1916] [client ::1:63786] PHP Warning: POST Content-Length of 11444111 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer:

In your php.ini you will find another variable for post content: post_max_size
Increase this one too

I did, first to 15M nd then to 0 (no limit). There is no error message now - but the module is not showing up in the list to be installed. This is the log output

[Fri Apr 07 13:14:31.259053 2017] [ssl:warn] [pid 3956:tid 572] AH01909: server certificate does NOT include an ID which matches the server name
[Fri Apr 07 13:14:31.325221 2017] [core:warn] [pid 3956:tid 572] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run?
[Fri Apr 07 13:14:31.398417 2017] [ssl:warn] [pid 3956:tid 572] AH01909: server certificate does NOT include an ID which matches the server name
[Fri Apr 07 13:14:31.428033 2017] [mpm_winnt:notice] [pid 3956:tid 572] AH00455: Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 configured – resuming normal operations
[Fri Apr 07 13:14:31.428033 2017] [mpm_winnt:notice] [pid 3956:tid 572] AH00456: Apache Lounge VC11 Server built: Dec 20 2016 13:02:04
[Fri Apr 07 13:14:31.428033 2017] [core:notice] [pid 3956:tid 572] AH00094: Command line: ‘c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache’
[Fri Apr 07 13:14:31.430537 2017] [mpm_winnt:notice] [pid 3956:tid 572] AH00418: Parent: Created child process 16520
[Fri Apr 07 13:14:31.867941 2017] [ssl:warn] [pid 16520:tid 596] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 07 13:14:32.004492 2017] [ssl:warn] [pid 16520:tid 596] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Apr 07 13:14:32.036123 2017] [mpm_winnt:notice] [pid 16520:tid 596] AH00354: Child: Starting 150 worker threads.

Did you set write permissions for upload folder? Packages are uploaded to upload/upgrades

Yes I do have write privileges. I am able to create a folder and a file in upload/upgrades - no problem

So when you create a note and upload a file this note, the file is uploaded and accessible over download link. The webuser running on server need permissions that’s why I am checking.