Title says it all, when I try to upgrade 4.3.1 to 4.4.1, I get this error: Syntax error in manifest.json
Is something wrong with the package? Thanks
Is something wrong with the package? Thanks
Is there a way for me to manually upgrade with command line? Perhaps enable debug mode to see what's going on? I opened the zipfile and checked the manifest.json file but noticed nothing special...Current version is 4.3.1 Start upgrade process... Error: Syntax error in manifest.json
Espo.WARNING: E_WARNING: A non-numeric value encountered {"code":2,"message":"A non-numeric value encountered","file":"/path/to/espocrm/vendor/mtdowling/cron-expression/src/Cron/AbstractField.php","line":94,"context":{"dateValue":"55","value":"/2","parts":["","2"],"stepSize":"2","range":[""],"offset":"","to":"55","i":0}} []
Espo.ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "System user is not found" at /path/to/espocrm/application/Espo/Core/Utils/Auth.php line 108 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): System user is not found at /path/to/espocrm/application/Espo/Core/Utils/Auth.php:108)"} []

) I reported the php weirdness on the arch linux forum and apparently it's indeed the new version of php (7.1.1) that's causing the troubles. But I'm afraid the changes in php are normal and are here to stay, so it's probably best to make espocrm compatible with the newest version of php to keep espo up to date.
Comment