Hello everybody!
I installed OC 2.3.0.2 on bluehost's server with PHP version 7.0 correctly. The e-store looks normal. I can to register and login without any problem,
But I realized When I try to add an email in the "Additional Alert Mail" section It's not save it.
The emails (Register, new order status, e-newsletters) to the administrator and to the clients were not sent either, in other words, MAIL doesn't working!
My settings:
Mail protocol: Mail.
Mail Parameters: I tested in blank and using the additional mail parameter "-f",
Not included: another language, vqmod. In others words, Its a clean instalation.
I chatted with my server. It said we wasnt block any PHP mail function. I check the "Bugs report" for 2.3.0.2 and Nobody reported this problem.
What do you think is happening?
Thanks for all your help!
I installed OC 2.3.0.2 on bluehost's server with PHP version 7.0 correctly. The e-store looks normal. I can to register and login without any problem,
But I realized When I try to add an email in the "Additional Alert Mail" section It's not save it.
The emails (Register, new order status, e-newsletters) to the administrator and to the clients were not sent either, in other words, MAIL doesn't working!
My settings:
Mail protocol: Mail.
Mail Parameters: I tested in blank and using the additional mail parameter "-f",
Not included: another language, vqmod. In others words, Its a clean instalation.
I chatted with my server. It said we wasnt block any PHP mail function. I check the "Bugs report" for 2.3.0.2 and Nobody reported this problem.
What do you think is happening?
Thanks for all your help!
Please search the bugs section before posting.
This is a known bug in 2302 and a fix has been posted
This is a known bug in 2302 and a fix has been posted
I uploaded your "bugs_2.3.0.2-fix.ocmod.xml" modification file. The "additional alert email" text area is not blank anymore BUT The original problem is still there... The plataform doesnt send any email...
Any other suggest?
Thank you
Any other suggest?
Thank you
I stumbled across the same problem yesterday. Here is a simple fix:
In file 'admin/view/template/setting/setting.tpl' replace the line:
with this one:
Someone can write it up as a VQmod or OCmod XML file.
In file 'admin/view/template/setting/setting.tpl' replace the line:
Code: Select all
<textarea name="config_mail_alert_email" rows="5" placeholder="<?php echo $entry_mail_alert_email; ?>" id="input-alert-email" class="form-control"><?php echo $config_alert_email; ?></textarea>
Code: Select all
<textarea name="config_alert_email" rows="5" placeholder="<?php echo $entry_mail_alert_email; ?>" id="input-alert-email" class="form-control"><?php echo $config_alert_email; ?></textarea>
Override Engine * Integrated VQMod * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Rich Snippets * Google Tag Manager * Export/Import Tool * SpamBot Buster * Survey Plus
Thanks sketchi and JNeuhoff. but my home does not work. I changed it.
Thank you very muchJNeuhoff wrote: ↑Sat Apr 01, 2017 10:56 pmI stumbled across the same problem yesterday. Here is a simple fix:
In file 'admin/view/template/setting/setting.tpl' replace the line:
with this one:Code: Select all
<textarea name="config_mail_alert_email" rows="5" placeholder="<?php echo $entry_mail_alert_email; ?>" id="input-alert-email" class="form-control"><?php echo $config_alert_email; ?></textarea>
Someone can write it up as a VQmod or OCmod XML file.Code: Select all
<textarea name="config_alert_email" rows="5" placeholder="<?php echo $entry_mail_alert_email; ?>" id="input-alert-email" class="form-control"><?php echo $config_alert_email; ?></textarea>
Who is online
Users browsing this forum: No registered users and 21 guests