E_ERROR: Allowed Memory Exhausted
I know manual installations aren't supported anymore, I just wanted to check if this was a known issue with an older version (3.0.3)?
An error of type E_ERROR was caused in line 121 of the file vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php. Error message: Allowed memory size of 2147483648 bytes exhausted
I'm assuming I should update the AWS library?
Other note: Im not the most familiar with Composer, but if I install plugin locally on on my machine, could I technically just zip it and upload it to my site as a plugin?
Try to add this line in wp-config.php
define( 'WP_MEMORY_LIMIT', '512M');
@amirHizkiya
Ill try it. thanks!
define( 'WP_MEMORY_LIMIT', '512M');
This didn't work :(
Closing this as an old issue, please reopen if you still need help.