My forms do not load

rdh61 wrote on Monday, September 10, 2012:

Hi,

I have installed openemr on another computer (running Crunchbang Linux) and substituted two forms with my own modified versions. These are the soap and reviewofs forms. My versions work perfectly on the computer they were taken from (running Ubuntu 12.04).

To substitute them I simply (as root) replaced the soap and reviewofs directories at:

var/www/openemr/interface/forms/soap
var/www/openemr/interface/forms/reviewofs

I have done the same operation before and the forms worked.

However, on this system, when I try to open these forms from the openemr user interface, nothing happens.

Could it be a permissions issue? Before I copied over these forms, they were owned by me. But once copied I see that they are owned by root.

Any ideas?

Many thanks.

rdh61 wrote on Tuesday, September 11, 2012:

Yes it was a permissions problem. I noticed that these directories and the files in them had read and write permissions for root, but no permissions for root group or for other users. The correct setting allows read permissions for group and other users. Now the forms load properly.