newnoob Posted April 20, 2009 Posted April 20, 2009 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
Steven H. Blackwell Posted April 20, 2009 Posted April 20, 2009 This is confusing. Why are you mixing PHP with Instant Web Publsihing? They are totally different. Steven
newnoob Posted April 20, 2009 Author Posted April 20, 2009 oops...did not mean instant web publishing just PHP
newnoob Posted April 21, 2009 Author Posted April 21, 2009 BUMP Let me know if this still doesn't make sense.
Genx Posted April 21, 2009 Posted April 21, 2009 ... record is probably missing. Hard to tell unless you post the code.
newnoob Posted April 23, 2009 Author Posted April 23, 2009 (edited) 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, 2009 by Guest
newnoob Posted April 27, 2009 Author Posted April 27, 2009 (edited) BUMP I've been at this one problem for like 6 weeks... does anyone have any ideas? Edited April 27, 2009 by Guest
newnoob Posted April 27, 2009 Author Posted April 27, 2009 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.
newnoob Posted April 27, 2009 Author Posted April 27, 2009 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.
Recommended Posts
This topic is 5688 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now