When I login, all I get is a blank screen with the circle-shaped logo top left - the only thing I can think of is a must have changed the permissions of openemr/sites/default/ (I’m not experienced with unix) - I did chmod ugo+w to allow me to ftp the sqlconf.php from 5.0.2, and then did chmod ugo-w
If thats wrong, what chmod should I apply now please?
I’m on centos 7.9
I agree as per my point 2 above it might be permissions, are you able to tell me what the permissions for openemr/sites/default/ should be please?
Checked, it’s correct. Also I am certain the only permissions I changed at all was the default folder. I’ve also browsed through the folders and files and all permissions look correct.
I checked console:
Login screen has these msgs: (and after that some errors after logging in)
OK, there’s probably a lot of pressure on your time - in the meantime I will use a backup to go back to before I patched emr, and also switch to php 7.2 … but please get back to me if the situation changes re: v6?
Try a different download of version 6. It does work.
I have been using it for one week. Be sure to check the checksum first yourself. In the distant past I have spent weeks on problems which turned out to be a bad downloaded zip (tgz) file.
They are not supposed to be root
they need to be your web server user
for example “www-data:www-data” on Ubuntu, there is out there also “_www:_www”
this is a combination of user name and group (what follows the : colon is group)
Hmm I forget what are the comon linux webserver user and groups there are out there.
I use freebsd