Post by Lahtinen » Tue May 12, 2015 10:42 pm

Middleman wrote:Lahtinen & Evilhit,

You could try using the following settings:

Mail protocol: Mail
Parameters: -femail@mydomain.com (notice how there is no space -f and the email)
Hostname: 127.0.0.1
Username: Blank
Password: Blank
Port: 25
Timeout: 5 secs


If using SMTP setting, try to add tls: to the front of the hostname and make sure your SSL port with webhost is correct.
Also make sure your store email under Settings and parameters email above is the same address.
I've tried this as well, it results in all emails being sent the way they should to the customer - but I am not receiving notifications for new user, new order and contact us form.

Think I'll just live with the returns emails not working and processing them manually.

Newbie

Posts

Joined
Sat May 09, 2015 4:25 am

Post by pm-netti » Wed May 13, 2015 8:09 pm

EvilHit wrote:used it with it and didnt work unless theres a new change
As I said, this is fixed and added file admin/*/*/return.php edit.

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by EvilHit » Thu May 14, 2015 11:21 am

still broken

pm-netti wrote:
EvilHit wrote:used it with it and didnt work unless theres a new change
As I said, this is fixed and added file admin/*/*/return.php edit.

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by pm-netti » Thu May 14, 2015 1:37 pm

EvilHit wrote:still broken

pm-netti wrote:
EvilHit wrote:used it with it and didnt work unless theres a new change
As I said, this is fixed and added file admin/*/*/return.php edit.
I found yet 2 hostname errors, in files catalog/model/checkout/voucher.php and admin/model/sale/voucher.php. Those is now also fixed to ocomod file.

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by EvilHit » Thu May 14, 2015 5:44 pm

still broken

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by pm-netti » Thu May 14, 2015 6:04 pm

EvilHit wrote:still broken
You have some other defect?
You have not mentioned what page this error occurs.

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by EvilHit » Thu May 14, 2015 7:07 pm

EvilHit wrote:
i get this but no email sends

Your Account Has Been Created!
Congratulations! Your new account has been successfully created!

You can now take advantage of member privileges to enhance your online shopping experience with us.

If you have ANY questions about the operation of this online shop, please e-mail the store owner.

A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please contact us.



pm-netti wrote:
EvilHit wrote:still broken
You have some other defect?
You have not mentioned what page this error occurs.

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by pm-netti » Thu May 14, 2015 7:44 pm

EvilHit wrote:EvilHit wrote:
i get this but no email sends

Your Account Has Been Created!
Congratulations! Your new account has been successfully created!

You can now take advantage of member privileges to enhance your online shopping experience with us.

If you have ANY questions about the operation of this online shop, please e-mail the store owner.

A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please contact us.



pm-netti wrote:
EvilHit wrote:still broken
You have some other defect?
You have not mentioned what page this error occurs.
account/register?
Have you found an error log?
You can test also this way, file catalog/controller/account/register.php line 40

Code: Select all

//$this->response->redirect($this->url->link('account/success'));
And update that bugs ocmod file (delete and install again)

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by EvilHit » Thu May 14, 2015 8:56 pm

im usin that 2.0.2.0 stmp host fix. theres no errors coming up

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by pm-netti » Thu May 14, 2015 9:10 pm

EvilHit wrote:im usin that 2.0.2.0 stmp host fix. theres no errors coming up
Sorry, you do not inadvertently two different bug fix extension?

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by EvilHit » Thu May 14, 2015 9:12 pm

using this one
Middleman wrote:My suggestion is if you're having problems, upgrade to 2.0.2.0 but using the link below:
http://we.tl/rRVSxcaNiZ

This is because these are the files with the updated 'config_maiI_smtp_hostname' details which had plagued the 2.0.2.0 general release. There are about 17 files which needed correcting which I have done above, including the 'Email to required' fix.

In addition to this, you need to make the following adjustments:

1) Update 2.0.2.0 fix via Extension Installer with this file:

https://raw.githubusercontent.com/pekka ... .ocmod.xml

2) Add these columns to your database to prevent the SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data OK error' as well as the registration account creation error.

http://forum.opencart.com/viewtopic.php ... 70#p530983

3) If you are sending mail direct from your server, there's no need to fill in all the details even using SSL. Just set the Mail protocol to Mail, and hostname to either localhost or 127.0.0.1 using port 25 (as it is sending it internally which folks forget sometimes). Under Mail parameters set it to -femail@mydomain.com (be sure to include the - at the front) and it should all work.

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by pm-netti » Thu May 14, 2015 9:26 pm

EvilHit wrote:using this one
How is file system/modification/catalog/model/account/customer.php those lines 78-81:

Code: Select all

			$mail->setFrom($this->config->get('config_email'));
			$mail->setTo($this->config->get('config_email'));
                                                                     $mail->setSender($this->config->get('config_name'));
			$mail->setSubject($this->language->get('text_new_customer'));
Have you remembered after the installation press the 'refresh' in page admin > extension > modification?

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by EvilHit » Thu May 14, 2015 9:41 pm

yea its the same coding

its a clean install so it only has install and the xml and theme

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by Middleman » Thu May 14, 2015 10:03 pm

Evilhit,

Why don't you delete the cart including the database and reinstall again using my files? If you've been upgrading from 2.0.1.1 there could well be some sort of setting/attribute that 2.0 doesn't like. Either that or you've got some cache problems lingering. It could also be your current browser. Try a different one and see if it produces the same result.

Also checking, did you add the 2 tables to the database I mentioned?

New member

Posts

Joined
Sat May 09, 2015 1:04 am

Post by EvilHit » Fri May 15, 2015 8:24 am

dont people know how to read????



by EvilHit » Fri May 15, 2015 12:41 am
its a clean install so it only has install and the xml and theme

by EvilHit » Fri May 15, 2015 12:12 am

using this one

Middleman wrote:
My suggestion is if you're having problems, upgrade to 2.0.2.0 but using the link below:
http://we.tl/rRVSxcaNiZ

Middleman wrote:Evilhit,

Why don't you delete the cart including the database and reinstall again using my files? If you've been upgrading from 2.0.1.1 there could well be some sort of setting/attribute that 2.0 doesn't like. Either that or you've got some cache problems lingering. It could also be your current browser. Try a different one and see if it produces the same result.

Also checking, did you add the 2 tables to the database I mentioned?

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by Middleman » Sat May 16, 2015 9:27 am

Evilhit,

YES....and then after you've used my new files, still have to make the following 2 CHANGES

1) Install the XML fix using the OC Extensions Installer

https://raw.githubusercontent.com/pekka ... .ocmod.xml

2) Follow this and add the 2 tables config_processing_status and config_complete_status to MySQL to prevent the JSON data OK error as well as the registration account creation error

http://forum.opencart.com/viewtopic.php ... 70#p530983

Double check your MySQL settings that they match the ones posted up on the images posted to the page.
I mention these because you seem to say you have only done 1) The install 2) XML and 3) theme but no mention of the 2 tables for MySQL.

Also make sure your store email and email used for the mail settings are the same

New member

Posts

Joined
Sat May 09, 2015 1:04 am

Post by EvilHit » Mon May 18, 2015 7:32 pm

I think I know how to fix my issue but I don't have a pc to try it as it died on me on Thursday should homely have my pc back up and running tomorrow or weds then I'll try it


Middleman wrote:Evilhit,

YES....and then after you've used my new files, still have to make the following 2 CHANGES

1) Install the XML fix using the OC Extensions Installer

https://raw.githubusercontent.com/pekka ... .ocmod.xml

2) Follow this and add the 2 tables config_processing_status and config_complete_status to MySQL to prevent the JSON data OK error as well as the registration account creation error

http://forum.opencart.com/viewtopic.php ... 70#p530983

Double check your MySQL settings that they match the ones posted up on the images posted to the page.
I mention these because you seem to say you have only done 1) The install 2) XML and 3) theme but no mention of the 2 tables for MySQL.

Also make sure your store email and email used for the mail settings are the same

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by EvilHit » Tue May 19, 2015 5:07 am

still the same issue

Middleman wrote:Evilhit,

YES....and then after you've used my new files, still have to make the following 2 CHANGES

1) Install the XML fix using the OC Extensions Installer

https://raw.githubusercontent.com/pekka ... .ocmod.xml

2) Follow this and add the 2 tables config_processing_status and config_complete_status to MySQL to prevent the JSON data OK error as well as the registration account creation error

http://forum.opencart.com/viewtopic.php ... 70#p530983

Double check your MySQL settings that they match the ones posted up on the images posted to the page.
I mention these because you seem to say you have only done 1) The install 2) XML and 3) theme but no mention of the 2 tables for MySQL.

Also make sure your store email and email used for the mail settings are the same

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by EvilHit » Fri May 22, 2015 12:53 pm

ive just installed 2.0.3.0 and its still the same so i dont know whats happening

New member

Posts

Joined
Fri Jun 06, 2014 6:53 pm

Post by pm-netti » Fri May 22, 2015 5:20 pm

EvilHit wrote:ive just installed 2.0.3.0 and its still the same so i dont know whats happening
Is setting `New Order Alert Mail` status `Yes`?

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland
Who is online

Users browsing this forum: No registered users and 237 guests