April 20, 200916 yr I had my database up and running via instant web publishing and I could create and edit records and everything seemed to be working fine. Then I deleted all of the (test) records I created (I deleted them straight from Filemaker Pro), and since I deleted them, I can still create new records, but I can no longer edit them. I get Error 101 - Record is missing I used the files created by the PHP site assistant (and did not edit editrecord.php). The only thing I think that has changed since it worked earlier is that I deleted the records directly from the database using Filemaker Pro. Using echo $recid; I verified that the correct record is getting passed to editrecord.php I am stuck Any help would be greatly appreciated!!! Please and Thanks
April 20, 200916 yr This is confusing. Why are you mixing PHP with Instant Web Publsihing? They are totally different. Steven
April 23, 200916 yr Author I zipped up a few of the files from my database. The error occurs when trying to edit a record (from browserecord) Archive.zip Edited April 23, 200916 yr by Guest
April 27, 200916 yr Author BUMP I've been at this one problem for like 6 weeks... does anyone have any ideas? Edited April 27, 200916 yr by Guest
April 27, 200916 yr Author let me reiterate that I am 99.9% sure that my code works fine. The only thing that changed is that I deleted some records manually via Filemaker Pro, and that somehow set my recid off.
April 27, 200916 yr Author nevermind...i finally figured it out... for some reason the $recid was becoming a string with an extra space appended to the end of it...so i just had to force it to be an int to fix the problem thanx for the help if anyone even looked at my posts and tried.
Create an account or sign in to comment