Update: Unfortunately, I still received another debug log after I used the fix mentioned above. This log is triggered by the table.php. I'm using the table.php based on version $Id: DrByte 2020 Sep 29 Modified in v1.5.7a (from zc 1.57d). This issue is intermitted. Typically I will receive one log once per month or so.
[12-Jul-2022 11:12:32 America/New_York] PHP Notice: Malformed value for session-based shipping module; customer will need to re-select: {"id":"","title":"Table Rate (Best Way)","cost":76.9899999999999948840923025272786617279052734375} in /public_html/includes/classes/order.php on line 324
Line 324 is the following:
trigger_error('Malformed value for session-based shipping module; customer will need to re-select: ' . json_encode($_SESSION['shipping']), E_USER_NOTICE);
My site (v1.57d) doesn't offer free shipping option.
The shipping methods my site offers are the following:
fedexwebservices
storepickup
table
usps
Here are the payment methods:
paypal express
paypal payment pro
I'm currently using OPC plug-in, but I still received this intermittent issue before I installed OPC.