Skip to content

memory exhausted error #24

@proseLA

Description

@proseLA

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:

// 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions