Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Issue with Special Characters in Fields

    Dear Team

    I am facing an issue on my Zencart Website. I am getting error logs as pasted below. I have search on google and it says to change the Collation of the db to utf8. My current collation of db is latin1_swedish_ci. I tried to change the type to suggested one (utf8_swedish_ci) on my test site and then the below issues don't occur.

    But I am not sure what role does this play on zencart and how it can affect my live site. Please someone guide here if it is suggested to take this step? Thanks in advance...


    [04-Aug-2018 09:04:13 UTC] PHP Fatal error: 1366:Incorrect string value: '\xF0\x9F\x99\x82' for column 'comments' at row 1 :: INSERT INTO zen_orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments) VALUES ('30540', '2', now(), '1', 'Happy rakhdi 🙂') ==> (as called by) /home/indiagi1/public_html/includes/functions/functions_general.php on line 965 <== in /home/indiagi1/public_html/includes/classes/db/mysql/query_factory.php on line 155


    [04-Aug-2018 09:26:58 UTC] PHP Fatal error: 1366:Incorrect string value: '\xF0\x9F\x99\x82' for column 'comments' at row 1 :: INSERT INTO zen_orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments) VALUES ('30543', '2', now(), '1', 'Happy rakhdi 🙂') ==> (as called by) /home/indiagi1/public_html/includes/functions/functions_general.php on line 965 <== in /home/indiagi1/public_html/includes/classes/db/mysql/query_factory.php on line 155


    myDEBUG-1533136493-46348.log:[01-Aug-2018 15:14:53 UTC] PHP Fatal error: 1366:Incorrect string value: '\xC4\xB7ll' for column 'entry_city' at row 1 :: UPDATE zen_address_book SET customers_id = '22614', entry_firstname = 'Deepak', entry_lastname = 'CHOWDHARY', entry_telephone = '9795496669', entry_street_address = '5555555ggggg', entry_postcode = '211003', entry_city = 'Allllllķll', entry_country_id = '99', address_book_id = '55075', entry_zone_id = '333', entry_state = '' WHERE address_book_id = 55075 ==> (as called by) /home/indiagi1/public_html/includes/functions/functions_general.php on line 965 <== in /home/indiagi1/public_html/includes/classes/db/mysql/query_factory.php on line 155

    myDEBUG-1533298813-300093.log:[03-Aug-2018 12:20:13 UTC] PHP Fatal error: 1366:Incorrect string value: '\xE2\x80\xAD+61...' for column 'entry_telephone' at row 1 :: INSERT INTO zen_address_book (customers_id, entry_firstname, entry_lastname, entry_telephone, entry_street_address, entry_postcode, entry_city, entry_country_id, entry_zone_id, entry_state) VALUES (22745, 'Arshpreet Singh', 'Gill', '##+61 450 219 696‬', '10 Cobram street , Tarneit', 'VIC 3029', 'Melbourne', 13, 188, '') ==> (as called by) /home/indiagi1/public_html/includes/modules/quick_checkout.php on line 516 <== in /home/indiagi1/public_html/includes/classes/db/mysql/query_factory.php on line 155

    myDEBUG-1533298996-369915.log:[03-Aug-2018 12:23:17 UTC] PHP Fatal error: 1366:Incorrect string value: '\xE2\x80\xAD+61...' for column 'entry_telephone' at row 1 :: INSERT INTO zen_address_book (customers_id, entry_firstname, entry_lastname, entry_telephone, entry_street_address, entry_postcode, entry_city, entry_country_id, entry_zone_id, entry_state) VALUES (22745, 'Arshpreet Singh', 'Gill', '##+61 450 219 696‬', '10 cobram street, Tarneit', 'VIC 3029', 'Melbourne', 13, 188, '') ==> (as called by) /home/indiagi1/public_html/includes/modules/checkout_new_address.php on line 167 <== in /home/indiagi1/public_html/includes/classes/db/mysql/query_factory.php on line 155

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Issue with Special Characters in Fields

    You could make a small modification to the Convert db2utf8 plugin (https://www.zen-cart.com/downloads.php?do=file&id=1318) so that the collation it uses to update is utf8_swedish_ci (its default is utf8_general_ci).

  3. #3
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Issue with Special Characters in Fields

    Quote Originally Posted by lat9 View Post
    You could make a small modification to the Convert db2utf8 plugin (https://www.zen-cart.com/downloads.php?do=file&id=1318) so that the collation it uses to update is utf8_swedish_ci (its default is utf8_general_ci).
    Hi and thanks a lot for your response chief.

    So you suggest to make these changes and it will not affect my site data and functionality anyway now and in future upgrades as well?

    What if I do the default as done by the plugin to utf8_general_ci? Does it make any difference?

  4. #4
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Issue with Special Characters in Fields

    Quote Originally Posted by hc1501 View Post
    Hi and thanks a lot for your response chief.

    So you suggest to make these changes and it will not affect my site data and functionality anyway now and in future upgrades as well?

    What if I do the default as done by the plugin to utf8_general_ci? Does it make any difference?
    Also what is the issue if I just change the db collation type to utf8_general_ci and not use the script. I did it on my test website and it seemed to have resolved the issue. Please throw some light...

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Issue with Special Characters in Fields

    There are, I assume, some subtleties in the character-set handling between utf8_swedish_ci and utf8_general_ci that a google-search would identify.

  6. #6
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Issue with Special Characters in Fields

    Quote Originally Posted by lat9 View Post
    There are, I assume, some subtleties in the character-set handling between utf8_swedish_ci and utf8_general_ci that a google-search would identify.

    Thanks a lot for your response... Can u please also tell me if I just change the db collation and not use the script. Is it ok?

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Issue with Special Characters in Fields

    If you are making those collation changes to the database directly, be sure to change the default collation of the database itself, too. Otherwise, if you add a plugin that creates a new table that has a character-type field (e.g. varchar or text), that added table will not have the "correct" collation.

  8. #8
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Issue with Special Characters in Fields

    Quote Originally Posted by lat9 View Post
    If you are making those collation changes to the database directly, be sure to change the default collation of the database itself, too. Otherwise, if you add a plugin that creates a new table that has a character-type field (e.g. varchar or text), that added table will not have the "correct" collation.
    Thanks. But my question is, if I change the main db collation and not inside the table, is that ok??

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Issue with Special Characters in Fields

    If you change only the main DB collation, that doesn't affect the collation(s) of any pre-existing tables. That's where the convert_db2utf8 script helps; it changes both the main DB and all included tables' collations to the value programmed (default: utf8_general_ci).

 

 

Similar Threads

  1. v155 Problems with special characters in my Admin
    By rotten in forum General Questions
    Replies: 23
    Last Post: 6 May 2020, 08:40 PM
  2. v151 Special characters issue in upgrade from 1.5.1 to 1.5.5f
    By shags38 in forum Upgrading to 1.5.x
    Replies: 33
    Last Post: 11 Jul 2018, 05:19 PM
  3. v139h World Zones with special characters aren't shown well
    By zildjian in forum Addon Shipping Modules
    Replies: 0
    Last Post: 29 Jun 2012, 10:34 AM
  4. Using special characters with encoding like &trade; etc
    By jettrue in forum General Questions
    Replies: 14
    Last Post: 9 Aug 2011, 07:24 PM
  5. Share on Facebook - problem with special characters?
    By Kicki in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Nov 2010, 05:53 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