Not sure with Polipay, but I recall having similar issues with DPS when first setting up payments on my framework. DPS would do 2 callbacks - only one of them is the one I wanted, and the other I had to ignore. But that was over 15 years ago so my memory is a bit hazy on the details... You might want to do some text file logging from your PHP or wherever you are calling Poli from. Log all the response content etc. Check you are getting the correct session id and other variables. Steve
_____ From: Robo [mailto:[email protected]] Sent: Monday, 13 November 2017 11:21 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Web and EXE When you get the callback from the payment provider, are you sure you have the correct identifier to update the correct database record? Robo On 12 Nov 2017 11:15 pm, "Marshland Engineering" <[email protected] <mailto:[email protected]> > wrote: I'm having a hiccups with MySQl PHP and Delphi. I have my back end in Delphi that controls all the Clubs/Members data. I created a HTML/PHP front end where members can update there details, enter events etc I'm using Polipay to process payments. In the Delphi, I open the files for the DBGrids etc. The files are only updated when a post is executed. In the PHP code, I do a query, get data and display it on a page. On a page submit, I execute and update the SQL. When a member enters an event, all his details are entered into the table. However, often the final update when the Polipay is completed, is not done. I get the confirmation email to say paid, but the paid flag is not updated. I cannot repeat the fault when I test. I was wondering, if I have the Delphi exe open whether that may affect the PHP statements. I can't see it only affecting only one of 2 statements. I don't have any errors in the error log on the server. I'm not looking for a specific answer although that would be great, but some info on Delphi and PHP interface and what possible problems to lookout for. PHP is a ??? language. If you are interested in Classic and Post classic racing, you can see the entrants to our event at Levels in Dec. We have Wes Cooley, Aaron Slight, Cosbey and a Britten amongst the 200+ bikes mix. Login here Members - MNZ Number 100000 password test123 http://myregister.co.nz/cams/ <http://myregister.co.nz/cams/> Cheers Wallace. _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] <mailto:[email protected]> Admin: http://delphi.org.nz/mailman/ <http://delphi.org.nz/mailman/listinfo/delphi> listinfo/delphi Unsubscribe: send an email to [email protected]. <mailto:[email protected]> net.nz with Subject: unsubscribe
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
