+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: 🎁 emoji

  1. #1

    🎁 emoji

    Hello!
    Add to Additional Information 🎁 and get ????
    How to fix

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Did you use html editor for your textarea field? (Listing Fields > your textarea > Edit > HTML editor)

  3. #3
    yes but anyway ????
    you can check it yourself

  4. #4
    You need to change Collation for fields to utf8mb4_bin. Read also here: https://stackoverflow.com/questions/...mysql-database
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    I did, but nothing has changed. Try it yourself and you will see

  6. #6
    I solved the problem with 2-3 our clients. You can create a new ticket with the problem and I will solve it on your site too.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Dear Viktor,
    I also went to phpmyadmin and change listing_fields collation to utf8mb4_bin, add emoji and the filed automatically removed it. Tried to set the field with and without html editor. Same results. Can you share the change here?

  8. #8
    Please share here. I'll be very thankful

  9. #9
    Ticket ID: RZU-542798

  10. #10
    Instruction:

    Open the file: ftp://includes>>classes>>dbi.class.php
    at line: 96 find the line:
    PHP Code:
    Only registered members can view the code
    changed to:
    PHP Code:
    Only registered members can view the code
    Into Database for all database need to change collation to: utf8mb4_bin
    for the table fl_listings need to change collation to: utf8mb4_bin
    for fields where you want to use emoji need to change collation to: utf8mb4_bin
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread