The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Error Code: #100 - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: Error Code: #100 (/showthread.php?tid=1488) |
Error Code: #100 - jjohnson1032 - Jul 30th, 2011 I am new to Form Tools, I installed Form Tools in my web root it went very smoothly, I followed all instructions. Now I am trying to use the PayPal Demo form, but I keep getting the Error Code: #100. I can't get pass step 5. I followed all the instructions to the T, but nothing. RE: Error Code: #100 - Ben - Jul 31st, 2011 Hi jjohnson, Welcome to the forums! Any time I get errors when setting up a form with the API, I always manually enter the URL of my "thankyou" page in the browser. Sessions are - frankly - a total pain in the butt at times. They cache stuff behind the scenes and it's not always obvious what has been cached and what hasn't. This can lead to the error you're experiencing. So by going to your thankyou page (which has the ft_api_clear_form_sessions() function at the top), it will ensure that when you return to your form again the sessions have cleared out and that any weird errors like this are in fact genuine, and not related to old sessions. Alternatively, you could temporarily switch to another browser to see if the error occurs there as well. That's another way to check. Let me know if this helps or not and we'll go from there! - Ben RE: Error Code: #100 - jjohnson1032 - Jul 31st, 2011 Followed the instructions closer and got the form to go through, thank you |