Jump to content
thirty bees forum

Dolfijn

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Dolfijn

  1. I solved it! Problem was indeed the individual bees tables that had the latin1 char set. I solved it by exporting these tables to a sql file. There I changed the encoding to utf8 and then dropped, create, insert the new tables. And now I can use the special symbols too. Thanks for all suggestions, especially those from musicmaster! By the way, if I had payed attention to the TB Server Requirements, I would have configured MySql with full UTF-8 support. And this problem would never have occured in the first place 🙂
  2. I checked. But first I have to mention that I made an error looking up the default collation. Is is not utf8mb4_unicode_ci  as I reported but latin1_swedish_ci. Also, i found out that each individuel table uses Colloation utf8_general_ci. Except for all the bees blog tabels. They are all in latin1_swedish_ci. I guess that is due to the fact that the MySQL version I use has a default 'latin1' config. And all the other tables are imported from PS and in the sql export file, all tables are declared with " ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;" So, I now expect that if a change the charset of the bees blog tables to utf8 the problem will be solved. Agree? By the way, should I change the default collation into utf8mb4_unicode_ci too (and the default char set to utf8) at the database level?
  3. Sorry, I forgot. I pasted the symbols in the title of a test product. And then all the symbols are displayed correctly!! Both in backend and front-end. What does this mean?
  4. That gives : ?? ???? ?????, ????? ????????, ? ????? ??????. ? ????? ???????????? ?????? ? ???? ???????, ? ?? ??????, ??????, ??????… From what I understand, the mysql database is using UTF-8 instead of utf8mb4. I think I will give changing the sql db charset a try..
  5. I also looked up the server configuration: Server: Localhost via UNIX socket Server type: MySQL Server connection: SSL is not being used Server version: 5.6.42 - MySQL Community Server (GPL) Protocol version: 10 User: Server charset: UTF-8 Unicode (utf8) From what I now understand, the problem could be in the charset UTF-8 (uses only three bytes). It should be utfmb4 (uses 4 bytes). Can that be right?
  6. I switched the HTMLPurifier off but the problem remains.
  7. The database uses : collation utf8mb4_unicode_ci
  8. I tried the same (copying the symbols from the forum into a new emtpy post). And what I get is: "But symbols like ? (gamma), ? (phie) and ? (pie) are all replaced as a ? (question mark )." It happens immediately after saving the post. So, when I re-edit the post I just saved, the symbols are already replaced by question marks (so i'm still in the back office). Can that still be related to the theme / css and / or font then? I also found out that the question marks exist in the database text field too..
  9. Ok, thank you. Gives me a direction. I'm using the default theme and also the default font. May I asked how you selected / created the symbols in the test post. I copied them from Wikipedia. Maybe that introduced the problem?
  10. Hi, I'm using the TB blog module and I happen to have a store with rather specialized (Radio frequency) hardware products. So, my blog posts are technical too. And sometimes there is some amount of math involved (more often then not). But symbols like Γ (gamma), ϕ (phie) and π (pie) are all replaced as a ? (question mark ). The result is that all post are rendered useless and are very annoying for the reader to read. How can I solve this? Regards, Peter
  11. Hi, Just wondering why the title of a blog post is wrapped in an H4 tag instead of an H1 tag in post.tpl? An H1 tag makes much more sense for a title and it is also better from a SEO point of view. Any particular reason? Of course, I can change it in post.tpl but then it will be overwritten with an update of that file. I just discovered that there is SEO category too on this forum. Probably, this post should be moved to that category. But I don't know how.
  12. I don't now how to reproduce this except that it is happening at my site (If you have additional question, please feel free). I can only tell that I started from PS 1.6.24, migrated to TB, run the updater, installed the blog modules and then tried to run the core updater. I'm running a multishop indeed.
  13. Ah, found it. Now I'm on bleeding edge 🙂 And I checked the last name validation and now it rejects the names containing urls. Thanks for helping me out.
  14. If I try to configure the core updater I get an empty screen. I guess that is not quite right..?
  15. I just checked but the latest stable is release 1.08. What latest version are you referring too?
  16. I'm running TB 1.08 and was under the impression that it was already fixed in that version. So I better update then. Thanks!
  17. Hello, As we propably all now there was a problem with spam that created fake customers with an url as there last name. It was fixed in PS 1.6.24 and now after I have migrated to TB I have the problem back? I already modified the IsName function with the new name check but I still get spam with last names like : www.lmy.de/aJvUr How can this be true?
  18. Just wondering if this error is already fixed? I'm using beesblog too (started yesterday) and I noticed that the post url's don't make it to the sitemap file yet?
  19. Thanks!!! Didn't know about Module-> Positions. Know I do and the problem was solved easily.
  20. I have the blog module up and running and also copied the posts of the PS shop to the test TB instance. Everything works as expected, except for the following issue. The module 'Recent posts' is shown at the home page both in the left column and in middle column (at the bottom). So now I have all the recents post shown twice.. If I turn of this option (Recent posts), both blocks dissapear too! When I leave the home page it all works as expected: I only get the Recent post box displayed one time (in the left column). Nice! How can I solve this issue. The theme I use is a slightly customized default theme from PS 1.6 (three colom layout). Must I edit the home page theme and if so, what file (I'm not too familiar with the file structure of PS / TB)? Or is there another cause? BTW 1 : I also don't see any popular posts..? BTW2 : Is there a way to create comments in response to an article for the reader?
  21. Sorry. Already found it by myself. There is a new (when comparing to the Smartblog module I used in PS) selection box that has to be ticked for each post: the available language box. If ticked, the posts show up!
  22. I'm finally at the last step in the migration from PS to TB. Last hurdle is the 'migration' from SmartBlog to the TB blog module. The first thing I don't understand is why the Blog module only works in the back office if I set " Disable non thirty bees modules " to No (in /Advanced Parameters/Performance). Otherwise, I get a blank screen (error 500) instead of the blog back office pages. Maybee I did something wrong when uninstalling Smartblog? That didn't went quite well and I finally decided to delete the module code by hand (the four Smartblog modules). Now I configured the TB Blog module and created two posts to see if it works. The two posts show up in the post list in the backoffice fine and are set to active. But at the url <domain>/blog it only tells 'no posts'. What can I do as there is nothing else to configure here.
  23. In the mean time I found out that the problem only exist when using Firefox. With IE or Chrome it all works well. But it is a good idea to always show the VAT number as this is a B2B shop. Thanks!
  24. I found out that the original Prestahop 1.6.24 has the same problem (i keep a working copy for reasons of comparison). So, it is not related to the migration to TB. However, it still is a problem and I can't figure it out. If somebody can share his thoughts I would appreciate it a lot.
  25. Hi there, I finally decided to migrate from PS 1.6 to TB. Up till no no regrets! Although I run into trouble with the EU VAT module. The problem is that the VAT field is not automatically shown when I enter the address part of the registration process where the company field is already populated from the first part of the registration process. The VAT field only shows after saving the address information and then press the Update button. But that is something nobody will ever do naturally. Is there something that I'm doing wrong? I'm using TB 1.08 and VAT Exemption module V2.3.0 Shop is run in B2B mode.
×
×
  • Create New...