Pre 5.0.2 Install Challenge installing dev 5.0.3

I pulled the code from the tip of the spear last night.
I merged it over top of 5.0.1. I ran the composer dump-autoload. This is running on Centos 7, Apache 2.4.6 and PHP 7.2.2.

Now, look at the image real close. The permission on the folder is correct according to file manager but the installer says it can’t access the file.

What a conundrum.

I checked out the dependencies to make sure they were all good. Oh BTW, there is version 501(3) running on this same machine. This is for fun exercise.

Have you checked to see if the parent folders are readable? I’ve run into that problem before. The file itself might have the right permissions but further up the chain it can’t read the files. Not sure if that helps but I thought I’d throw in my 2 cents.

1 Like

Ok, I have figured out part of the issue. (No solution yet)
I just realized the set is trying to access the files from this path.

'/var/www/html/openemr502/sites/default/sqlconf.php'

Which not good. In my opinion. It should be trying to access the files from a lower level.

'openemr502/sites/default/sqlconf.php'

Where the application is sitting, not from the levels above the application.

Following these steps over again and running

 sudo setsebool -P httpd_unified 1

Fixed my issue.