Response object error 'ASP 0157 : 80004005' Buffering On
Error:
Response object error 'ASP 0157 : 80004005'
Buffering On
/admin/MailingListManager/cdo_mailerscript.asp, line 6
Buffering cannot be turned off once it is already turned on
Solution:
To resolve the issue, you can set the Response.Buffer to true.
1). Open the file /admin/MailingListManager/cdo_mailerscript.asp, line 6
2). Change to
Response.Buffer = True
3). Save and upload to your webserver.