Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,790
    Plugin Contributions
    124

    Default Invalid multibyte sequence error

    I'd be interested in hearing from others who have experienced this. File is

    includes/modules/payment/linkpoint_api.php

    lines are 324, 420, 422, 434, 435.

    Latest Zen Cart, PHP 5.3.3.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Invalid multibyte sequence error

    See "Similar Threads" below ... ?
    .

    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. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,790
    Plugin Contributions
    124

    Default Re: Invalid multibyte sequence error

    The only one that was truly similar was the July 09 post, where the guy found he had a space at the end of his product name - which really doesn't even make sense since

    htmlentities($some_string . " ", ENT_QUOTES, 'UTF-8');

    works fine.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Invalid multibyte sequence error

    What specific problems are you encountering? How are you triggering this problem? How did you come up with that list of line numbers?
    .

    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. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,790
    Plugin Contributions
    124

    Default Re: Invalid multibyte sequence error

    Those line numbers were in logs in the cache directory.
    I am not certain they are correlated with specific problems but we're having issues with the cart not emptying following orders and I'm trying to figure out if there's a connection.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Invalid multibyte sequence error

    I've not tested it, but you might get around those errors by substituting CHARSET (no quotes) for the 'UTF-8' (with quotes) references in those lines of code, so that it uses your site's defined CHARSET instead of forcing UTF-8.

    Doubtful that it has much direct correlation to carts not emptying after payment, since those lines of code deal with preparing payment transaction submissions *before* payment is collected, not after.
    .

    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.

  7. #7
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Invalid multibyte sequence error

    Zencart 1.3.9h similar error message. I had a lot of products with extraneous spaces in them. Hoping the following SQL fixes the problem.

    UPDATE `cart1_products_description` SET `products_name` = TRIM(`products_name`);
    UPDATE `cart1_products_description` SET `products_name` = REPLACE( `products_name`, " ", " " );

    This has been going on for a bit on my cart.. but doesn't seem to be affecting orders.

 

 

Similar Threads

  1. v151 Invalid multibyte sequence in argument???
    By inovermyhead in forum Basic Configuration
    Replies: 4
    Last Post: 1 Mar 2014, 01:07 AM
  2. v151 Invalid multibyte sequence in argument... Error Message in log file
    By Peace Freak in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 7 Jun 2013, 09:18 AM
  3. Replies: 2
    Last Post: 20 May 2013, 04:09 AM
  4. Replies: 5
    Last Post: 15 Jul 2009, 05:18 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR