Line 39 of admin/popup_zap_cc_info.php was causing problems with memory runout.
changed:
$newnum = substr($order['cc_number'], -4, $order['cc_number']);
to:
$newnum = substr($order['cc_number'], -4);
Update is included with package
More...
This is a discussion on Remove Credit Card Numbers within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Line 39 of admin/popup_zap_cc_info.php was causing problems with memory runout. changed: $newnum = substr($order['cc_number'], -4, $order['cc_number']); to: $newnum = substr($order['cc_number'], ...
Line 39 of admin/popup_zap_cc_info.php was causing problems with memory runout.
changed:
$newnum = substr($order['cc_number'], -4, $order['cc_number']);
to:
$newnum = substr($order['cc_number'], -4);
Update is included with package
More...
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Bookmarks