Author Topic: Newsletter setting  (Read 5953 times)

Offline Trendslink

  • Newbie
  • *
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Newsletter setting
« on: June 16, 2016, 01:51:33 AM »
Can someone tell me how to send newsletter to all subscriber. Because since i insert customer email into NEWSLETTER SIGNUP at footer i can't do it. It's fail. Do we need to approve new subscriber on admin panel? since i added 163 subscriber newsletter seems fail to send email.

Please refer attachment file for error log


Thanks in Advance!

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Newsletter setting
« Reply #1 on: June 16, 2016, 07:47:17 AM »
it's a known issue..
To solve just run these sql queries in phpMyAdmin
Code: [Select]
ALTER TABLE `ac_task_details`
CHANGE COLUMN `settings` `settings` LONGTEXT NULL DEFAULT NULL ;

ALTER TABLE `ac_task_steps`
CHANGE COLUMN `settings` `settings` LONGTEXT NULL DEFAULT NULL ;

where ac_ - your table name prefix.
Then delete incomplete tasks and try to send mail again
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Trendslink

  • Newbie
  • *
  • Posts: 21
  • Karma: +1/-0
    • View Profile
Re: Newsletter setting
« Reply #2 on: June 16, 2016, 08:59:43 AM »
Previously i don't know how to do it. haha. But i try again search tutorial at youtube now i understand. It works. Thank you Abolabo.


Best Regards,

Edson Francis

 

Powered by SMFPacks Social Login Mod