Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39
  1. #21
    Join Date
    Sep 2012
    Posts
    104
    Plugin Contributions
    0

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by RodG View Post
    See Post#3
    This has come a full circle. PayPal is a 'red herring'.

    I thought you may be onto something with the prices though.

    Summary: (See Post#13).
    Problem only occurs with some *existing products* in the store.
    There are 3 languages being used (English, German, Hungarian). The problem only occurs when using Hungarian language.
    Problem is not in the language files.
    I'm 99% convinced its a character encoding issue.

    Cheers
    Rod
    Hi Rod!

    i just wrote to paypal technical support (pasting the log file) as DrByte suggested. Hopefully they tell
    something useful.
    How can i set to find out this character encoding issue? So tha language files ar all right.
    In the meantime i'm facing another problem. If a costumer registers, welcome emails are sent out in german and english but not hungarian, please check:

    http://www.zen-cart.com/showthread.p...-not-the-third

    Trying to find out here too, what can be wrong, till now havent been able to find the file(s) regarding this problem.
    But it is again only a hungarian language issue. Maybe only a welcome text is not written (though i havent found the english and german text yet) or something in admin is not set, or maybe...well not easy.

    The site doesnt like the three languages together...

    thanks

    Nandor

  2. #22
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by RodG View Post
    I'm 99% convinced its a character encoding issue.
    I was considering that, especially since the transmitted customer name has multibyte characters: [SHIPTONAME] => Enikö Szögeczki

    It would be worth testing a transaction where all characters come from the basic english alphabet, in an effort to partially rule out multibyte characters as the cause.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #23
    Join Date
    Sep 2012
    Posts
    104
    Plugin Contributions
    0

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by DrByte View Post
    I was considering that, especially since the transmitted customer name has multibyte characters: [SHIPTONAME] => Enikö Szögeczki

    It would be worth testing a transaction where all characters come from the basic english alphabet, in an effort to partially rule out multibyte characters as the cause.


    Created a new costumer:

    Clinton Bill
    Fifth Avenue 5000
    New York City, NY 14199
    United States

    that is definitely english name. But the same error happens, this 10401 when ordering (rather trying) and again no welcome email is sent to costumer (did the registration in hungarian and shopping also in hungarian, of course)

    thanks

    Nandor

  4. #24
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: (10401) order error with one language, other two works fine

    There were a number of PayPal issues fixed between 1.3.9e and 1.3.9h. It would be really helpful if you would upgrade your site to 1.3.9h
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #25
    Join Date
    Sep 2012
    Posts
    104
    Plugin Contributions
    0

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by DrByte View Post
    There were a number of PayPal issues fixed between 1.3.9e and 1.3.9h. It would be really helpful if you would upgrade your site to 1.3.9h
    Do you have some forum topics about this upgrading?

    thanks

    Nandor

  6. #26
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: (10401) order error with one language, other two works fine

    Do you have some forum topics about this upgrading?
    Between 1.3.9e and 1.3.9h there are just updated files
    In the docs there is a changed file log you can review
    Zen-Venom Get Bitten

  7. #27
    Join Date
    Sep 2012
    Posts
    104
    Plugin Contributions
    0

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by kobra View Post
    Between 1.3.9e and 1.3.9h there are just updated files
    In the docs there is a changed file log you can review

    The are files till : 1.3.9e

    like :

    changelog-v1-3-9e.html
    whatsnew_1.3.9e.html

    So there "e" is the highest.

    thanks

    Nandor

  8. #28
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: (10401) order error with one language, other two works fine

    It was all documented and posted on the forum back when those releases were published several years ago. And the information is also in the /docs/ folder of each release.

    Summary:
    -download 1.3.9h, unzip
    -read the /docs/changed_files_for_139f.html and copy those files over to your site
    -read the /docs/changed_files_for_139g.html and copy those files over to your site
    -read the /docs/changed_files_for_139h.html and copy those files over to your site
    Of course, every time you replace a file, if you've made any changes to that file (or any addons you're using have changed that file), then you'll need to manually re-merge your changes into that file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #29
    Join Date
    Sep 2012
    Posts
    104
    Plugin Contributions
    0

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by DrByte View Post
    It was all documented and posted on the forum back when those releases were published several years ago. And the information is also in the /docs/ folder of each release.

    Summary:
    -download 1.3.9h, unzip
    -read the /docs/changed_files_for_139f.html and copy those files over to your site
    -read the /docs/changed_files_for_139g.html and copy those files over to your site
    -read the /docs/changed_files_for_139h.html and copy those files over to your site
    Of course, every time you replace a file, if you've made any changes to that file (or any addons you're using have changed that file), then you'll need to manually re-merge your changes into that file.
    honestly i dont find from where to download this....
    thanks
    Nandor

  10. #30
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: (10401) order error with one language, other two works fine

    Quote Originally Posted by DrByte View Post
    I was considering that, especially since the transmitted customer name has multibyte characters: [SHIPTONAME] => Enikö Szögeczki
    It would be worth testing a transaction where all characters come from the basic english alphabet, in an effort to partially rule out multibyte characters as the cause.
    You're so close, but not from the customer name. It's from the product name, and when present is causing a part of the PayPal array to fail.

    [L_NAME0] => Engel Anh*#228;nger

    This one went OK. The 'faulty' ones cause the data to be missing completely (hard to see what isn't there), and that's what paypal is complaining about.

    The solution is to still fix the (dozen or so) products the were inserted into the store before the character set was changed.

    Cheers
    Rod

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139h With one language the homepage loads partially. Other languages are fine. How to fix?
    By ilmarchez in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Aug 2014, 09:37 PM
  2. v151 CSS buttons works in one language and not other?
    By McLovin in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 7 Feb 2014, 09:13 AM
  3. two stores - one paypal account - works fine BUT
    By josefine in forum PayPal Website Payments Pro support
    Replies: 9
    Last Post: 23 Jul 2009, 12:00 PM
  4. White space below Header in IE only--works fine in other browsers
    By avantik in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jun 2009, 12:44 PM
  5. CSS buttons works in one language and not other?
    By edgecrusher in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Feb 2007, 06:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg