Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Payment module ATOS for PHP5.3 ?

    The explode() function uses a plain string as delimiter, not the regex syntax as preg_() functions do, so if
    $sips_resp = split ( "!", $sips_resp );
    worked before, you should use
    $sips_resp = explode ( "!", $sips_resp );

  2. #12
    Join Date
    Jun 2013
    Posts
    47
    Plugin Contributions
    0

    Default Re: Payment module ATOS for PHP5.3 ?

    Quote Originally Posted by gjh42 View Post
    The explode() function uses a plain string as delimiter, not the regex syntax as preg_() functions do, so if
    $sips_resp = split ( "!", $sips_resp );
    worked before, you should use
    $sips_resp = explode ( "!", $sips_resp );
    tried explode ( "!",
    still get the same error message
    anything else need to modify?

  3. #13
    Join Date
    Jun 2013
    Posts
    47
    Plugin Contributions
    0

    Default Re: Payment module ATOS for PHP5.3 ?

    still get the same issue, any other ideas ?

  4. #14
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Payment module ATOS for PHP5.3 ?

    Without knowing the actual data received back from the gateway it's impossible to know whether there's a PHP error or whether the incoming data is not in the format expected by the original module because perhaps ATOS has changed their system.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Jun 2013
    Posts
    47
    Plugin Contributions
    0

    Default Re: Payment module ATOS for PHP5.3 ?

    after lots of try, it doesn't display errors anymore, but only 90% function of this module works
    as i change from php5.3 to php5.2, everything works correctly

    i guess this mod shoud be rewrited to make it compatable with php5.3

    i found this mod for php5.3 from oscommerce site http://addons.oscommerce.com/info/893, but don't know how to modify an addon of oscommerce for zen cart,

    if there's anyone could modify this new version oscommerce mod for zen cart, or rewrite that old version zencart mod for php5.3, that would be great !!

  6. #16
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Payment module ATOS for PHP5.3 ?

    Quote Originally Posted by xav2 View Post
    i ... don't know how to modify an addon of oscommerce for zen cart,

    if there's anyone could modify this new version oscommerce mod for zen cart, or rewrite that old version zencart mod for php5.3, that would be great !!
    You can use this page http://www.zen-cart.com/wiki/index.p...dules_from_osC as a guide.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Convert osC Payment module Atos for PHP5.3 into Zen cart - Need Help
    By xav2 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 2 Dec 2013, 09:18 AM
  2. Replies: 47
    Last Post: 7 Jul 2013, 10:36 PM
  3. Atos payment module for 1.3.9h
    By meth0d in forum Addon Payment Modules
    Replies: 1
    Last Post: 19 Oct 2011, 03:54 PM
  4. question of ATOS payment module
    By bear1728 in forum Addon Payment Modules
    Replies: 1
    Last Post: 21 Jul 2009, 11:05 PM
  5. [French] atos / sips module payment
    By djimmy in forum Addon Payment Modules
    Replies: 1
    Last Post: 12 Mar 2007, 06:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR