This topic is locked

Add Record Error

6/3/2005 11:27:38 AM
PHPRunner General questions
prleo1 author

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

Sergey Kornilov admin 6/6/2005

Hi,
proceed to Formattingtab in PHPRunner and check off the Add pagecheckbox for person_id field.

prleo1 author 6/6/2005

Thanks, once I took out the hidden unique_id from the add record, I was able to add with no problem.
PR