<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Unknown Error. Please contact tech support.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Unknown Error. Please contact tech support.</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:59:25 +0000</pubDate>

<item>
<title>christianorfali on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20500</link>
<pubDate>Thu, 20 Mar 2014 22:01:09 +0000</pubDate>
<dc:creator>christianorfali</dc:creator>
<guid isPermaLink="false">20500@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello guys,&#60;br /&#62;
Just wanted to share with you my solution if it could help others. &#60;/p&#62;
&#60;p&#62;in payment_submit_stripe.php&#60;br /&#62;
Comment line 131&#60;br /&#62;
&#60;code&#62;//$charge_amount = $charge_amount * 100;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace lines 136 to 138 by the following 4 lines&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$payment_tax_amount = ($charge_amount*$payment_tax_rate)/100;
$payment_tax_amount = round($payment_tax_amount,3); //round to 3 digits decimal
$charge_amount += $payment_tax_amount;
$charge_amount = $charge_amount *100;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;don't forget to update your database in table forms &#34;payment_tax_rate&#34; to 62,3 to accommodate the decimal 3 if it is necessary&#60;/p&#62;
&#60;p&#62;Best
&#60;/p&#62;</description>
</item>
<item>
<title>christianorfali on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20498</link>
<pubDate>Thu, 20 Mar 2014 11:13:51 +0000</pubDate>
<dc:creator>christianorfali</dc:creator>
<guid isPermaLink="false">20498@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;br /&#62;
Just an update. The problem only occurs when the tax rate is not an integer.&#60;br /&#62;
As I operate in Canada Quebec, the tax rate is 5% + 9.975% which make a total of 14.975%&#60;br /&#62;
This is rounded to 14.98%&#60;br /&#62;
As soon as I round the tax rate to 14% it works like a charm.&#60;br /&#62;
I think that problem lies in line 136 in payment_submit_stripe.php&#60;/p&#62;
&#60;p&#62;Also is there a way to have two tax lines? and to round to 3 instead of 2&#60;br /&#62;
Thanks&#60;br /&#62;
Christian
&#60;/p&#62;</description>
</item>
<item>
<title>christianorfali on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20492</link>
<pubDate>Wed, 19 Mar 2014 10:59:26 +0000</pubDate>
<dc:creator>christianorfali</dc:creator>
<guid isPermaLink="false">20492@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar, &#60;/p&#62;
&#60;p&#62;I'm getting the same error. Here's what says the error log&#60;br /&#62;
The URL is &#60;a href=&#34;https://www.cmsonline.ca/x/view.php?id=10481&#34; rel=&#34;nofollow&#34;&#62;https://www.cmsonline.ca/x/view.php?id=10481&#60;/a&#62;&#60;br /&#62;
Stripe is in testing mode. I can see that the customer is created each time, however there is no charge.&#60;br /&#62;
Please help. Best regards&#60;/p&#62;
&#60;p&#62;[18-Mar-2014 22:34:35] PHP Fatal error:  Uncaught exception 'Stripe_InvalidRequestError' with message 'Invalid integer: 13797.6' in /home3/corfali/public_html/x/lib/stripe/Stripe/ApiRequestor.php:66&#60;br /&#62;
Stack trace:&#60;br /&#62;
#0 /home3/corfali/public_html/x/lib/stripe/Stripe/ApiRequestor.php(114): Stripe_ApiRequestor-&#38;gt;handleApiError('{?  &#34;error&#34;: {?...', 400, Array)&#60;br /&#62;
#1 /home3/corfali/public_html/x/lib/stripe/Stripe/ApiRequestor.php(54): Stripe_ApiRequestor-&#38;gt;_interpretResponse('{?  &#34;error&#34;: {?...', 400)&#60;br /&#62;
#2 /home3/corfali/public_html/x/lib/stripe/Stripe/ApiResource.php(76): Stripe_ApiRequestor-&#38;gt;request('post', '/v1/charges', Array)&#60;br /&#62;
#3 /home3/corfali/public_html/x/lib/stripe/Stripe/Charge.php(26): Stripe_ApiResource::_scopedCreate('Stripe_Charge', Array, NULL)&#60;br /&#62;
#4 /home3/corfali/public_html/x/payment_submit_stripe.php(235): Stripe_Charge::create(Array)&#60;br /&#62;
#5 {main}&#60;br /&#62;
  thrown in /home3/corfali/public_html/x/lib/stripe/Stripe/ApiRequestor.php on line 66
&#60;/p&#62;</description>
</item>
<item>
<title>Boon on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20478</link>
<pubDate>Tue, 18 Mar 2014 03:49:36 +0000</pubDate>
<dc:creator>Boon</dc:creator>
<guid isPermaLink="false">20478@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I bet the case is just like me because credit card required additional server requirement so all fields will be be marked as red and error message occurs like my case...so the only way to find what's wrong with your form is to check your server logs it will show what happen then you can find solution from there with your host provider because this issue is not from the form, it's from server denying you from process the script and preventing script from execution, like in my case the server error logs showing php_uname() is disabled for security reasons, so your case might be something else or maybe the exact same with my case, so why don't you start by check server logs, if no logs available for some shared host then contact your host if php_uname() is enabled on your server, if it's disabled then as them to enable it then issue is easy fixed because I have tried for work around with no success...&#60;/p&#62;
&#60;p&#62;@yuniar, can you please mention about this php plugin somewhere in document if anyone wants to use stripe services then this php plugin/function php_uname() must be enabled otherwise they will get the error message &#34;Unknown Error. Please contact tech support.&#34; with all field marked as &#34;red&#34; as incorrect information input...please also note I tested stripe in your new beta and stripe credit card still &#34;require&#34; php_uname, so you should have this plugin mention somewhere on your installation or documentation so clients will know in most case is cause by server plugins/functions from this error message not from the machform script error and not from stripe side which they will not provide any supports for this type of error.&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;ps: I also tested your form, it;s working fine to me too
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20445</link>
<pubDate>Thu, 13 Mar 2014 13:19:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20445@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've just tested your form using the numbers provided here:&#60;br /&#62;
&#60;a href=&#34;https://stripe.com/docs/testing&#34; rel=&#34;nofollow&#34;&#62;https://stripe.com/docs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It seems to be working fine. Can you try it again please?
&#60;/p&#62;</description>
</item>
<item>
<title>christopherbrooks on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20426</link>
<pubDate>Wed, 12 Mar 2014 05:25:11 +0000</pubDate>
<dc:creator>christopherbrooks</dc:creator>
<guid isPermaLink="false">20426@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I am trying to test Stripe with s few of the card numbers they provide for various reasons declining the card. In each case I get only the same general message &#34;Unknown Error. Please contact tech support.&#34; rather than the correct reason that Stripe says I should be seeing.&#60;br /&#62;
My form test Stripe URL is &#60;a href=&#34;http://www.sugarcreek1and4.org/machform/view.php?id=3323&#34; rel=&#34;nofollow&#34;&#62;http://www.sugarcreek1and4.org/machform/view.php?id=3323&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Boon on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20402</link>
<pubDate>Sat, 08 Mar 2014 01:19:09 +0000</pubDate>
<dc:creator>Boon</dc:creator>
<guid isPermaLink="false">20402@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar, thank you for reply sir...&#60;/p&#62;
&#60;p&#62;I found the server logs, the issue is caused by &#34;php_uname() has been disabled for security reasons&#34;, our vps disabled this function of php_uname(), is there any other way to work around without enable this plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20399</link>
<pubDate>Fri, 07 Mar 2014 21:49:45 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20399@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possible for you to duplicate that form, enable test mode for the Stripe and let us know the  URL of the form?&#60;br /&#62;
We'll check it.&#60;/p&#62;
&#60;p&#62;You can mail it to: customer.service (at) appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>Boon on "Unknown Error. Please contact tech support."</title>
<link>https://www.machform.com/forums/topic/unknown-error-please-contact-tech-support#post-20378</link>
<pubDate>Thu, 06 Mar 2014 08:02:41 +0000</pubDate>
<dc:creator>Boon</dc:creator>
<guid isPermaLink="false">20378@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Suddenly I got error on form that using Stripe services&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;There was a problem with your submission.
Errors have been highlighted below.

All fields are highlighted even all information correct...

At the bottom I got message &#38;quot;Unknown Error. Please contact tech support.&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The funny thing is sometimes the credit card went through, meaning, the money show up in my stripe account even it's error, however, sometimes, the error happened and no processing...so now my forms are dead on stripe processing...but regular forms and paypal payment is still working perfectly...&#60;/p&#62;
&#60;p&#62;So what could be a problem? is there any specific php plugins requirements on server side regarding to this type of error? is the problem on stripe has any problems with php 5.4.x? the funny thing is the problem also on php 5.3.x but I think it has something on php plugins that required some where to process the credit card or redirecting to stripe or what?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>

</channel>
</rss>
