Please, write more detail how you resolved the problem.
Thank you.
I have the same problem with upgrade 7.10.18 to 7.10.22. I see Blank screen after uploaded upgrade file and push next.
In files âsuitecrm.logâ and âsugarcrm.logâ does not Ńontain any errors.
After I set âphp_flag display_errors onâ in .htaccess I have error on blank screen:
" Parse error : syntax error, unexpected â=â, expecting â)â in /opt/lampp/htdocs/crm/files.md5 on line 11712"
Ok, but you really shouldnât enable the errors on screen like that. The errors sometimes are echoed into the wrong part of the screen structure, and the screens will malfunction.
What you should do is keep an eye on your logs when you need to diagnose/troubleshoot something.
Good day.
I try to upgrade release 7.10.18 again. Now to 7.10.24.
After upload ugrade file have blank screen or (if php_flag display_errors on) errors:
Notice: Undefined index: additional_step in /opt/lampp/htdocs/docs/modules/UpgradeWizard/index.php on line 291 Parse error: syntax error, unexpected '=', expecting ')' in /opt/lampp/htdocs/docs/files.md5 on line 11712
I deleted file files.md5 and finished the upgrade successfull. I hope )
Is it correct? Maybe there are some procedure to check system?
Ah sorry, youâre right, it is created during upgrades. I think it should automatically be deleted at the endâŚ
Maybe your upgradeWizard.log has more clues⌠I wonder if your upgrades are completing correctly; maybe this is also a consequence of the problems explained in Macâs post above.