I have created five layouts I with PHPRunner v2.
I have had no problems except for trying to add a record. When I try to do so, I get the error "The Following Fields are Required" person_id (or that columns unique id)
This happens for all five layouts that I have created. Since there is not a way to change the headers of the table columns, I have used MySQL 5 views to pull the data. However, I created a project, added on table and tried that way as well. Still the same thing.
The person_id, is on the page as a hidden object and that column in the database is an auto-generated unique value. The unique key field is checked on the Step 7 for Add New.
Here are my server stats:
MySQL 5 (latest version)
PHP 5
Apache 2.0.54
PHPRunner V2