Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5688 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.