When I go to the upgrade wizzard, it does a system check. It shows that there is an issue with permissions for config_si.php. When I go to chmod the file, I get this line
āchmod: changing permissions of āconfig_si.phpā : Operation not permittedā
I am running SuiteCRM as a virtual machine using the bitnami stack on a Windows server.
It sounds like your user may simply not have the permissions required to chmod the file
Are you able to add āsudoā to the start of the command?
(ie sudo chmod xxxxxxxxx)
Iām not sure how it works through Bitnami but if you arenāt able to āsudoā it may be worth getting in touch with them, to see if this is something they can do on their side?
Please avoid zombie posts in future. Raising new threads with full information to the problem tends to lead to faster and fuller responses.
Did you attempt Johns suggestion of running with Sudo?
The message that was seen in the first message was not from SuiteCRM. That is a Linux issue saying your current user does not have enough permissions to update this file. You must use an elevated user in this case.
See the install guide which shows the commands for permissions which contain sudo;