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 );
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 );
still get the same issue, any other ideas ?
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.
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 !!![]()
You can use this page http://www.zen-cart.com/wiki/index.p...dules_from_osC as a guide.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Bookmarks