nicaretta Posted November 2, 2009 Posted November 2, 2009 Dear Friends, Always my script was working well, but now I got a problem, every banks open normal but when the customer choice is the ABN AMRO, he get an error. Shopping Cart Fatal error: Call to a member function count_contents() on a non-object in /home/rogerioalv/domains/som-imagem.nl/public_html/includes/boxes/shopping_cart.php on line 23 22 $cart_contents_string = ''; 23 if ($cart->count_contents() > 0) { 24 $cart_contents_string = '<table border="0" width="100%" cellspacing="0" cellpadding="0">'; 25 $products = $cart->get_products(); 26 for ($i=0, $n=sizeof($products); $i<$n; $i++) { 27 $cart_contents_string .= '<tr><td align="right" valign="top" class="infoBoxContents">'; Support iDEAL 19-10-2009 16:34:25 60-ANNOTATION JWoelders Line 23 in your script has a wrong caracter, something in your configuration is wrong. Support iDEAL 22-10-2009 12:15:12 60-ANNOTATION OTurker Dear Mr,Ms, We see in your log file this message <errorCode>SO1000</errorCode> <errorMessage>Failure in system</errorMessage> <errorDetail>System generating error: Issuer</errorDetail> <consumerMessage>Betalen met iDEAL is nu niet mogelijk. Probeer het later nogmaals of betaal op een andere manier.</consumerMessage> </Error> </ErrorRes> There probably is a problem with your merchant return url which you send in your script to the banks. Are there any punctuation marks in your url that cannot be identified by certain banks. That maybe the reason why certain payments are rejected. Please check your return url. With kind regards, Ideal service desk Return URL (blank = default) Return URL - Leave empty otherwise the complete URL to checkout_process) I already checked everything and nothing. version: $Id: idealm.php,v 1.2 2007/04/30 22:50:52 jb Exp $ More stranger is why just with ABN AMRO and the others bank working normally. If anybody have a solution for me, I will thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.