Marketing mail is not working for me! I am unable to send emails - When i click send this error message appears "E-Mail Message required!" when there is a test email inserted in to the message box. I am using CKeditor and OC Version 3.0.2.0. Any help would be amazing as this is driving me crazy.
- Note -
I have been searching for a week and still have not been able to solve this.
Thanks in advance
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Upon clicking send the message is still intact and visible in the messaging area. The error is the generated warning sign under the message box in red. It would be the same error message you would get if you leave that messaging area blank and clicked send.
Thanks straightlight
find:
Code: Select all
if (!$this->request->post['subject']) {
$json['error']['subject'] = $this->language->get('error_subject');
}
Code: Select all
foreach ($this->request->post as $key => $val) {
$this->log->write("Admin Marketing :: Contact :: DEBUG :: " . $key . " => " . $val);
}
Code: Select all
Admin Marketing :: Contact :: DEBUG ::
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thanks for the help. I tried everything you told me to do, but still i get the same message. It's like the system is not registering my message. I have provided a screen shot so you can see more or what im talking about.
Regards
Busta
Attachments
2018-01-11 (2).png (51.61 KiB) Viewed 2243 times
You can also try the following in your admin/controller/marketing/contact.php file after the <?php line:
Code: Select all
echo 'test123';
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: ianhaney50 and 62 guests