Jump to content

Search the Community

Showing results for tags 'encoding'.

  • Search By Tags

    • encoding ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 17 results

  1. Hello there, I had some with CSV export files and UTF8 encoding. - for the basic Orders/Customers/etc tabs, I solve the problem by adding this line in the AdminController.php file : 'export_precontent' => "\xEF\xBB\xBF", (was empty before "" ). It works fine in this case, but it stile...
  2. I have installed a fresh PS and noticed that some tables have different encodings: 230 with utf8mb4_general_ci and respectively 49 utf8_general_ci. Which is the default enconding for 1.7.7.1? I want to perform a manual upgrade and concerned about the migrated tables. Which encoding should...
  3. Приветствую. Я пытаюсь подобрать для себя CMS. Рассматриваю разные варианты, Prestashop мне в целом кажется интересным вариантом. Но как и все другие с кучей косяков. Почти все удалось победить с помощь поиска, бубена и какой-то матери. Даже в итоге удалось установить и запустить версию 1.7.4.3...
  4. Witam mam ogromny problem. Odnosi się on kodowania połączenia którego używa PrestaShop do łączenia się z bazą. Chodzi o to że gdy dodaję np produkt z polskimi znakami w nazwie do sklepu, to co prawda na stronie wyświetla się on poprawnie ale w bazie już nie. Przykładowo dodałem produkt o nazwie Prąd...
  5. Hello there, I have discovered an issue with a client. I have simplified the URL for the example (PayPal sends lot of data). It is as follows: This one fails (shows 404) www.examplestore.com/module/paypalusa/validation?FIRSTNAME=Jos%E9 This one does not www.examplestore.com/module/pay...
  6. Hello, I have problem with pdf invoice encoding - instead polish font eg. ęółąśłżźćń I see only some random charsm which doesn't look very good... How to modify prestashop, to get UTF-8 encoding & display Polish chars properly?
  7. I have spent many hours (days) trying to get MySQL setup to use utf8_general_ci as the default encoding, collation and connection encoding and I was happy that everything seemed fine. I've completely started over and reinstalled my application into a new MySQL database. I checked and all the chars...
  8. Καλησπέρα σας, Είμαι καινούργιος στην πλατφόρμα Prestashop. έχω στήσει ένα e-shop αλλά το πρόβλημά μου είναι η κωδικοποίηση των ελληνικών. Για παράδειγμα σε ένα προϊόν, ή κατηφορία ενώ στον editor βλέπω ελληνικά όταν πάω να δώ τον κώδικα έρχονται κινέζικά. Μπορεί να μου πεί κανένας πως διορθώνε...
  9. Hi! I have selected Slovene language for my shop. It happened that special local characters (ČčŠšŽž) are not correctly shown. When "Arial" font is used, it is ok, but for headings or wherever there is "Open sans" used special characters are just displayed in "Arial". Please see attached screensh...
  10. Okay here goes (again)... If you can't tell the theme of some of my posts lately they are all about utf8 support and why does my data start getting littered with garbage characters? I've been working for over three weeks on trying to understand the process of character sets, collation and chara...
  11. Here's some of the code found in the begging of my webpage: <!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="bg"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="bg"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="bg"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><ht...
  12. Hallo Experten, ich habe ein kleines Problem wenn ich ein bestimmtes Modul öffnen möchte. Ich bekomme dann immer folgenden Fehler: Content-Encoding Fehler Ich habe etwas recherchiert und meine das es evtl. etwas mit der (De)Komprimierung usw. zu tun hat, die in den Apache settings (php.i...
  13. Καλησπέρα παιδιά. Έχω πρόβλημα με τα μηνύματα popup που πετάγονται με javascript alerts στο Prestashop σε διάφορα σημεία στο site, όπως για παράδειγμα όταν πας να προσθέσεις στη λίστα προϊόντων ένα προϊόν που δεν έχει απόθεμα και πετάει το μήνυμα There isn't enough product in stock στα αγγλικά και...
  14. Hi I have a problem with encoding in japanese language. I am trying to display the last news from a Wordpress Database in a block of Prestashop, but when the language is japanese the characters displayed are "?". When I use the "print_r" function(php) directly it's displayed fine, but the...
  15. Hi, I've just installed and configured new Prestashop 1.5.3.1. I've tried to send (over php-mail) some testmails: GMAIL account brings all of them to SPAM folder HOTMAIL (Live.com) rejects them (because of SPAM) because of wrong encoding of those mail. There are some strange characters...
  16. Καλησπέρα σε ολους, παλεύω και εγω με το γνωστό και πονεμένο θέμα των Ελληνικών. Χρησιμοποιώ την 1.5.2 έκδοση, διάβασα αρκετά ποστ και έκανα αρκετές ρυθμίσεις. Στη βαση δεδομένων εχω utf8_general_ci Και πηγαινοντας μέσα στο Phpmyadmin βλεπω π.χ. στο ps_product_lang, ps_attribute_lang, ps_tab_lan...
  17. Hey guys, is there any simple way to for the currency symbol that is inserted in a generated PDF invoice for an order? I'm having some trouble with encodings, and since I am only using a single currency, I could hard-code the value of the currency symbol that I use, but I'm not able to find the...
×
×
  • Create New...