Thank you for reaching out to us.
The error message you provided indicates that the allowed memory size has been exhausted. This typically occurs when a script requires more memory than the allocated limit. To resolve this issue, we recommend increasing the PHP memory limit in your server settings. You can do this by modifying the php.ini file or adding the following line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '1024M');
Read more – https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
If the issue persists, please check with your hosting provider to ensure that the memory limit can be increased. Additionally, reviewing any recently installed plugins or scripts that may be consuming excessive resources could help identify the cause.
Should you require further assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team