Error:
PHP Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 64 bytes) in script.php on line 621
Change the php variable “memory_limit”
Try increase the memory_limit value to 256M.
If the php memory_limit is already at 256M, you can increase it to 512M.
Save the changes. Restart apache