Page 1 of 1

Page checkout _Internal Error_URGENT

Posted: Sun May 05, 2019 4:26 am
by srcosmic
Hello,

I have one opencart 3.0.2.

After one client told me that can't finish one order I tried to check what was do this problem and I find this information:

Detected at URL: index.php?route=extension/payment/bank_transfer/confirm

Uncaught exception 'Exception' with message 'Error: DATA not accepted from server!' in system/library/mail/smtp.php:328
Stack trace:
#0 system/library/mail.php(142): Mail\Smtp->send()
#1 /home/feirados/storage/modification/catalog/controller/mail/order.php(283): Mail->send()
#2 /home/feirados/storage/modification/catalog/controller/mail/order.php(34): ControllerMailOrder->add(Array, '1', 'Instru\xC3\xA7\xC3\xB5es\n\nP...', true)
#3 [internal function]: ControllerMailOrder->index('checkout/order/...', Array)
#4 /home/feirados/storage/modification/system/engine/action.php(82): call_user_func_array(Array, Array)
#5 /home/feirados/storage/modification/system/engine/event.php(67): Action->execute(Object(Registry), Array)
#6 /home/feirados/storage/modification/system/engine/loader.php(241): Event->trigger('model/checkout/...', Array)
#7 [internal function]: Loader->{closure}(Array, Array)
#8 system/engine/proxy.php(47): call_user_func_ in system/library/mail/smtp.php:328

How can I fix this?
Please someone can tell me?

Best Regards
Fabio Ramalho

Re: Page checkout _Internal Error_URGENT

Posted: Sun May 05, 2019 4:39 am
by straightlight
See if this new solution from this commit fixes the issue: https://github.com/opencart/opencart/pu ... -489195697 from engwalid1971 .
This post also indicates it resolved the issue: viewtopic.php?f=20&t=45585&p=747671#p747671

Re: Page checkout _Internal Error_URGENT

Posted: Sun May 05, 2019 7:09 am
by letxobnav
home/feirados/storage/modification/catalog/controller/mail/order.php(34): ControllerMailOrder->add(Array, '1', 'Instru\xC3\xA7\xC3\xB5es\n\nP...', true)

what modifications have been made to catalog/controller/mail/order.php?

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 7:24 pm
by srcosmic
letxobnav wrote:
Sun May 05, 2019 7:09 am
home/feirados/storage/modification/catalog/controller/mail/order.php(34): ControllerMailOrder->add(Array, '1', 'Instru\xC3\xA7\xC3\xB5es\n\nP...', true)

what modifications have been made to catalog/controller/mail/order.php?
I just translated the information.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 7:38 pm
by srcosmic
straightlight wrote:
Sun May 05, 2019 4:39 am
See if this new solution from this commit fixes the issue: https://github.com/opencart/opencart/pu ... -489195697 from engwalid1971 .
This post also indicates it resolved the issue: viewtopic.php?f=20&t=45585&p=747671#p747671
Apparently the bug disappeared :D
Tahnk You.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 10:24 pm
by srcosmic
srcosmic wrote:
Mon May 06, 2019 7:38 pm
straightlight wrote:
Sun May 05, 2019 4:39 am
See if this new solution from this commit fixes the issue: https://github.com/opencart/opencart/pu ... -489195697 from engwalid1971 .
This post also indicates it resolved the issue: viewtopic.php?f=20&t=45585&p=747671#p747671
Apparently the bug disappeared :D
Tahnk You.
The bug returned...
I don't understand!!!

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 10:29 pm
by letxobnav
I just translated the information.
But what is there to translate in a controller file?

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 10:36 pm
by srcosmic
letxobnav wrote:
Mon May 06, 2019 10:29 pm
I just translated the information.
But what is there to translate in a controller file?
I translate only the information like 'shipping', 'cart' and others... I don't changed anything that it's possible to change the normal functionally of the checkout.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 10:54 pm
by straightlight
srcosmic wrote:
Mon May 06, 2019 10:36 pm
letxobnav wrote:
Mon May 06, 2019 10:29 pm
I just translated the information.
But what is there to translate in a controller file?
I translate only the information like 'shipping', 'cart' and others... I don't changed anything that it's possible to change the normal functionally of the checkout.
What files and lines did you translated exactly? More information is needed.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 11:00 pm
by srcosmic
straightlight wrote:
Mon May 06, 2019 10:54 pm
srcosmic wrote:
Mon May 06, 2019 10:36 pm
letxobnav wrote:
Mon May 06, 2019 10:29 pm


But what is there to translate in a controller file?
I translate only the information like 'shipping', 'cart' and others... I don't changed anything that it's possible to change the normal functionally of the checkout.
What files and lines did you translated exactly? More information is needed.
I don't translate files, only words.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 11:05 pm
by straightlight
Those words are still being translated from specific files. From which files did you translated those terms?

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 11:12 pm
by srcosmic
straightlight wrote:
Mon May 06, 2019 11:05 pm
Those words are still being translated from specific files. From which files did you translated those terms?
From here.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 11:40 pm
by straightlight
Journal. exactly. Unmentioned on the first post. Try on a fresh installation of OC in a separate environment - not as a sub-domain - and see if the issue can be reproduced.

Re: Page checkout _Internal Error_URGENT

Posted: Mon May 06, 2019 11:52 pm
by srcosmic
straightlight wrote:
Mon May 06, 2019 11:40 pm
Journal. exactly. Unmentioned on the first post. Try on a fresh installation of OC in a separate environment - not as a sub-domain - and see if the issue can be reproduced.
Ok, thank you.