I just did an install of DBMAN. I made one non DB modification...I made the USER_ID field HIDDEN for adding a record (so users can't muck with it). I made a copy of the original procedure so that users can still search on User ID's. (so basically, I have two versions of the procedure, one that's called by Create and one called by Search).
Now, I have three bugs that I suspect might be related. Keep in mind that Searching for a particular record (by User ID) works.
1) No records can be deleted. A message "No record specified" comes up. You can search and find the record, but when you click "delete", you get the error.
2)You can't modify any record. A message "No record found" comes up. Then you get to the search screen and it won't even let you search on anything without a User ID (Primary Key). Weird, since you can normally search on any attribute.
3)When you add a record, it sends you back what you added: "Record added, here's what was posted: ". No data elements are displayed. So all the categories are there, but no data. Yet it's added properly. You can go into debug mode and see the Form Variables are accurate. Just not displayed.
Any thoughts? I realize this is a lot, but I suspect they might be related since I didn't modify a lot.
Here's a link if you care to look: http://www.nhbzone.com/cgi-bin/user_directory/db.cgi?db=directory
Now, I have three bugs that I suspect might be related. Keep in mind that Searching for a particular record (by User ID) works.
1) No records can be deleted. A message "No record specified" comes up. You can search and find the record, but when you click "delete", you get the error.
2)You can't modify any record. A message "No record found" comes up. Then you get to the search screen and it won't even let you search on anything without a User ID (Primary Key). Weird, since you can normally search on any attribute.
3)When you add a record, it sends you back what you added: "Record added, here's what was posted: ". No data elements are displayed. So all the categories are there, but no data. Yet it's added properly. You can go into debug mode and see the Form Variables are accurate. Just not displayed.
Any thoughts? I realize this is a lot, but I suspect they might be related since I didn't modify a lot.
Here's a link if you care to look: http://www.nhbzone.com/cgi-bin/user_directory/db.cgi?db=directory

