Stealth1 Posted August 3, 2010 Share Posted August 3, 2010 A customer just informed me they received this error when clicking the "View" button in the "View Order History" page. I have a tracking number contribution installed and i'm wondering if this is happening because of this as at the time the tracking number may not have been updated. Any and all help is appreciated. "Fatal error: Using $this when not in object context in /store/account_history_info.php on line 243") Link to comment Share on other sites More sharing options...
Stealth1 Posted August 6, 2010 Author Share Posted August 6, 2010 Appears to be something to do with "fancier Invoice", can anyone help? Link to comment Share on other sites More sharing options...
Stealth1 Posted August 9, 2010 Author Share Posted August 9, 2010 Line 243 reads as below $this->cc_card_number_less_middle_digits = substr($order->info['cc_number'], 0, 4) . str_repeat('x', (strlen($order->info['cc_number']) - 8)) . substr($order->info['cc_number'], -4); Link to comment Share on other sites More sharing options...
SteveDallas Posted August 9, 2010 Share Posted August 9, 2010 That line isn't in the standard account_history_info.php from RC2a. What contribution number is "Fancier Invoice"? Does it have a support topic? Link to comment Share on other sites More sharing options...
Stealth1 Posted August 9, 2010 Author Share Posted August 9, 2010 That line isn't in the standard account_history_info.php from RC2a. What contribution number is "Fancier Invoice"? Does it have a support topic? Appears a bugfix was released http://addons.oscommerce.com/info/2861 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.