Need help with XML form, don't want to use layout based forms

Situation
Hi, I’m trying to figure out why this xml file is not working. This is the error I get
image
Some of the questions in the form are long and I had to change the

layout from 4 to 9 so it looks like this layout

The only reason I did this is because when I compiled the file with cygwin, the show.php file would not work unless this part was changed. Everything seems fine except for the row part. I’m not sure how to correct this. With the questions, the minimum number I could select is 9. I’ve tried multiple options but I’m nsure what to do at this point.

OpenEMR Version
I’m using OpenEMR version 7.0.2

Browser:
I’m using: firefox

Operating System
I’m using: windows 10

Search
Did you search the forum for similar questions? I have search but the solutions havent worked and I haven’t found one similar enough

Logs
Did you check the logs? I’ve check errors multiple times, I’m unsure if something is wrong within the table generated itself, but it seems like this is most likely the issue.
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All

I would check the apache error log. I would go to /var/log/apache2/error.log (or wherever you have the error log writing to) and see if there is something obvious. This could be a permission issue. Can you post the contents of your error log, especially any mention of a “FATAL” or “ERROR”.