Hello,
I just updated this instance from 5.0.0 to 5.0.1 - After installing the update, and the patch, I was going through and testing all the menu items to ensure they were working and found that ‘Lists’ will generate a 500 Error. I went to the error logs and this is what came up:
SoftException in Application.cpp:261: File “/home/site/public_html/openemr/interface/super/edit_list.php” is writeable by group, referer: http:/site/openemr/interface/main/tabs/main.php
It sounds like OE’s internal security doesn’t like how the patch was applied – it’s not happy that other users could edit those patched files. Can you perform ls -al /home/site/public_html/openemr/interface/super/ and paste the results ?
You’ll probably resolve this with a chmod -R (and maybe a chown) to make it happy again.
In practice, that sounds like it might be right, but I’ll never in my life try a command like that without a dry run – do xargs -0 echo chmod 0644 to make sure you like what the output looks like.
hi @apothik ,
We updated the patch 1 and also plan for future patches to have the 0644 permissions by default in order to avoid this issue in the future.
-brady