Post by peterMartin77 » Wed Apr 08, 2015 12:45 am

This does not work from Firefox, Google or IE. When you initiate the password reset, using the proper email address, nothing is sent, at all. I have restarted all services on the server to test, but am getting no reset email password. I even deleted the mailbox and setup a new one to test and it does not work. Is there a known bug in 2.0.20?


Oh and to follow up with this version and teh version prior when you set an admin username and password, the password has never worked and I have done 50 installations. I am meticulous about making sure I copy the exact password, no space before or after, but I always have to generate a lost password to get in....
Last edited by peterMartin77 on Wed Apr 08, 2015 12:54 am, edited 1 time in total.

Newbie

Posts

Joined
Wed Feb 25, 2015 1:32 pm

Post by yodapt » Wed Apr 08, 2015 12:49 am

Try to make an order and see if you receive an email, might have to do with email sending and not the password reset.

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by peterMartin77 » Wed Apr 08, 2015 1:05 am

mail sending fine on server. Tested and even swapped from dovecot to courier, if I send an email to domain it works fine, so its not the domain, it seems to be cart related? If I delete the user from phpmyadmin, can I regenerate a new user from the login screen?

Newbie

Posts

Joined
Wed Feb 25, 2015 1:32 pm

Post by peterMartin77 » Wed Apr 08, 2015 1:56 am

Per datacenter:

I am not seeing any errors in Apache indicating an issue with the server. The script however doesn't appear to be connecting to Exim to send email for some reason. I

Newbie

Posts

Joined
Wed Feb 25, 2015 1:32 pm

Post by peterMartin77 » Wed Apr 08, 2015 3:06 am

Just to confirm, did create an order and did not receive an email.

I am not seeing any issues with DNS at this time. The server itself is able to resolve the domain name in question without an issue. From what I can tell the script isn't connecting properly to Exim if it is even attempting to, as there are no entries in Exim's logs when I submit the forgotten password form. There are no errors in Apache either so at least at this time I am not seeing any issues with the server in that regard.

It seems that something with regards to mail in this version is not working?

Newbie

Posts

Joined
Wed Feb 25, 2015 1:32 pm

Post by rph » Wed Apr 08, 2015 3:31 am

It's a bug in 2.0.2.0.

https://github.com/opencart/opencart/co ... 6b91b5b3b5

Change instances of $this->config->get('config_mail_smtp_host') to $this->config->get('config_mail_smtp_hostname').

It'd be nice if we had robust testing to catch these things but here we are. Again.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by gsc1ugs » Thu Apr 23, 2015 12:31 am

Had all these renamed, few weeks back forgotten still no email.. anything else?

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by rph » Thu Apr 23, 2015 3:21 am

You need to setup SMTP again in admin since the setting is under a new name.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by gsc1ugs » Thu Apr 23, 2015 3:33 pm

My orders and other newsletter stuff is all working... what you mean under another name?

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by gsc1ugs » Thu Apr 23, 2015 4:10 pm

Ok admin/settings/mail even though I got emails for orders and newsletters etc, I didn't get any other until now, change protocol to smtp

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by rph » Thu Apr 23, 2015 11:27 pm

gsc1ugs wrote:My orders and other newsletter stuff is all working... what you mean under another name?
config_mail_smtp_host was changed to config_mail_smtp_hostname

Your old settings are stored under the former, the current settings under the latter. Some areas will still work if you haven't fixed the bugs from the link I posted because they're still using config_mail_smtp_host. So the fix is:

1) Update all occurrences of config_mail_smtp_host to config_mail_smtp_hostname
2) Go back into admin and re-add your SMTP host setting so it's under the new value.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska
Who is online

Users browsing this forum: No registered users and 2 guests