-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
i have not been able to reproduce this error. so i'm curious if anyone else is seeing it.
[03-Jan-2024 20:57:17 America/California/Greatest] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 268435464 bytes) in /includes/modules/shipping/upsoauth/UpsOAuthApi.php on line 360
the relevant code is here:
upsoauth/includes/modules/shipping/upsoauth/UpsOAuthApi.php
Lines 356 to 361 in c08c63c
// Now, add the package(s) to the request (one for each shipping-box). | |
// | |
$rate_request['RateRequest']['Shipment']['Package'] = []; | |
for ($i = 0; $i < $shipping_num_boxes; $i++) { | |
$rate_request['RateRequest']['Shipment']['Package'][] = $package_info; | |
} |
Metadata
Metadata
Assignees
Labels
No labels