Upgrade Wizard fails uploading file - 7.10.5 => 7.10.10

The Upgrade wizard hangs at 1% when uploading the new 7.10.x to 7.10.10 zip file.

In the error log I see:
[Sun Nov 11 11:38:44.316083 2018] [:error] [pid 31098:tid 139663670949632] [client xx.xx.xx.xx:55761] SoftException in Application.cpp:267: File “/home/yyyy/public_html/themes/SuiteP/css/colourSelector.php” is writeable by group

I also see:
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_parser has a deprecated constructor in /home/yyyy/public_html/include/nusoap/nusoap.php on line 8205

Any suggestions?

Thank you

Those warnings don’t sound like they are related.

The real culprit is probably to be found in php_errors.log, not in suitecrm.log

Check your php.ini for these values (make them generous enough):

memory_limit
post_max_size
max_upload_size
max_execution_time

Then restart your web server and try again.

The int was the failure at 1%. Of course the php.ini was set too low for file uploads. Since the upgrade zip file was approaching 2.5 MB, set max upload and Post Max size to 5MB.

That did the trick.

Thank you.

The upgrade files have been reaching 20MB in some cases…

I have that limit set at 40MB in my system.