I had a programmer build an e-newsletter system from scratch, and while it mostly works well, there are some bugs.
the one in particular that I’d like to have fixed now is this one:
after clicking the button to send the newsletter, it successfully sends, but rather than taking the administrator to a ‘success’ page, it takes them to an error page with the following message “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16 bytes) in /home/..path.to../Newsl…
