It’s not a permissions issue after all. I compared the forms directory of assessment_intake to other forms, like bronchitis, and I cannot tell the difference. I have no idea why the system complains of being unable to open table.sql. Maybe there is another error that is presented as this?
Unfortunately, simply installing the table, marking the registry table that the sql was run, and then choosing enable does not make the form (such as assessment_intake or clinical_notes) usable (encounter tab goes blank and stays that way … nothing appears).
I can place “echo” statements to help debug the code if you would like me to. If you have debug version of the relevant php files, I can temporarily install those. I can also open Chrome or Firefox in development mode and tell you what that shows if it would be helpful.
–Ralf
hi @Ralf_Lukner, try changing the permission of the new directory to execute so the script can descend into the directory to see the files chmod u+x openemr/interface/forms/assessment_intake
If the demos work, then would be helpful to hear from other users that are using aws, since we don’t have a great way to test that very easily.
Also, those logs look weird since the access.log is also empty. For debugging, something I usually do is error_log(“DEBUG”.$info) commands which then output to the error log. Then will also confirm that your error logs are also where you think they are.