lat9 / upsoauth

A Zen Cart UPS shipping module that makes use of UPS' RESTful/Oauth API
GNU General Public License v2.0
3 stars 3 forks source link

memory exhausted error #24

Open proseLA opened 9 months ago

proseLA commented 9 months ago

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:

https://github.com/lat9/upsoauth/blob/c08c63cdc102746c6a770b921814c95d57053a40/includes/modules/shipping/upsoauth/UpsOAuthApi.php#L356-L361

lat9 commented 9 months ago

Weird, any idea what the "shipping_num_boxes" value was?

proseLA commented 9 months ago

no idea... the IP address looked valid. but no orders from that IP address...

wonder if i can hijack their cart and see what is in there?