Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. Is this https://accounts.thirtybees.com/connect broken? I just get: It's correct to login with forum credentials, right? Cause the credentials form the store, don't work...
  2. When will you update the list? 🙈 BTW: I am finally back on bleeding edge 🤩
  3. What kind of errors do you get? When I open your link, it seems to work fine. Maybe your webhoster forced you to update the php version and this caused some issues. This is just my random guess, when somebody claims "I haven't done anything at all". If you need help, I normally would buy offical support hours: https://store.thirtybees.com/. I buy hours there too and I am a coder myself 😅
  4. Uh two different installations 🥵 I think it would be possible, but much more complicated.
  5. Yes it's possible. At least I think so. I have started this project (for my company), but not totally finished it. In general I looked for all db tables with id_shop or similair columns. Then I wrote some helper functions, how to merge them. Cause sometimes you want to hold the information, sometimes just delete it. Example: ps_orders you surely want to hold, so you just rewrite the id_shop from 2 to 1 ps_product_lang you want to check, if the product was already existing in shop 1. If yes, you probably just want to delete the rows for shop 2, otherwise you probably want to rewrite 2 to 1. All this worked fine for me. But honestly, I haven't finished the project yet. In my BO I still have the 3 shops. But not because I fear any issue. I just didn't have time to finish this project cleanly. Maybe @datakick can shortly answer, if he sees any potential problem with my advise!?
  6. Puh, da hat mich mein Gedächtnis im Stich gelassen. Aber interessanterweise sagt auch Petr, dass die Fehlermeldung keinen Sinn ergibt. Am besten kommentierst du wohl auf Github, dass du den Fehler immer noch erhältst. Ich frage mich, ob ein Bild eines Produktes defekt ist. Kann ja irgendwie kein Zufall sein, dass es immer an der selben Stelle abbricht.
  7. Noch nie gesehen. Bin mir auch nicht so sicher, ob das sinnvoll übersetzt wurde. Welche Version nutzt du denn?
  8. You can't remove them. They should go away over time. But I have entries in search console, that were fixed a year ago (with canonical and so) and google still tries to crawl the old version. The search console even tells, that there is no referring page to the url they want to crawl 😂 🤦‍♂️ It surely helps, when you have the bleeding edge AND the robots.txt disallow. Personally I think this has no realy influence on SEO, but it helps to clean search console. With a clean search console it's simpler to find real issues...
  9. As the robots.txt solution is also not perfect, I have opened an issue on github: https://github.com/thirtybees/thirtybees/issues/1844
  10. Could you tell more about the reasons?
  11. I am a day zero user of tb. It looks like the best deicision I could have made. While this project had ups and downs, it's still alive. There were so many huge improvements. Things may take longer here, but are done in a high quality way: Core updater (this is fucking awesome) Extraction of dependencies New image support (webp) Bug fixing / php support I am sure @Eolia has his reasons, why he is doing this on his own. But as I can see, his project is not on github. Which very likely means, that he is really doing this his own. For me that would be too risky.
  12. Right. The module rewrite is not yet done and it might need some tweaks in the core again. Some modules even use their own way of generating images. But one of my goals was, that in the future, it should be super easy to implement image support in a module 🙂
  13. Diese Dinge sind alle recht komplex und schwer von der Seitenlinie zu beurteilen. Funktioniert BO und FO nicht mehr? Hast du den Debug mode eingestellt? Wie lautet, dann der Fehler? Eventuell siehst du auch in den server logs etwas zum Fehler.
  14. I would guess, that your smtp settings are wrong. But I am really no expert on this and I personally use the email of my own domain.
  15. The only real important error is the exception. This one needs to be shown and fixed. The imap_open() is trying to sync your email inbox with your customer service messages. But this function is anyway very shacky. I used it, but deactivated it some weeks ago as every second sync doesn't work correctly.
  16. Na. When you click on "view" you should see something like:
  17. You need to click on "view" on the line where it says "exception". I don't know alot about the current email system as it was changed a bit to reduce dependency. But do you have the module "Mail via swiftmailer" installed? Also pleace check your settings under "Advanced settings" => "Email". You need to scroll down to the sending options. There you find "Email transport".
  18. What is Phenix? 😅
  19. It's long ago that I worked on this. I personally don't even use the coins. But it was never inteded to work with FLOAT Values. So you you should try saving "1" instead of "1.00". Keep in mind, that (atm) I don't have time to develop this module any further.
  20. It would makes sense to update mine from chesspoint.ch to https://www.spielezar.ch 😏
  21. Für mich ist TB die Wawi ☺️ Was anderes packe ich nicht noch drauf 🙈
  22. Ja sollte man eigentlich ändern können. Nervt mich auch immer. 😅
  23. Yeah no spam at all. But honestly I have also implemented a new theme and 99% autospammers aren't been able to even reacht the contact form. The form is just loaded by ajax that helps a lot. But yeah turnstile does a good job as well. No idea. They say so 🤷‍♂️ Oh ok, cool. But I surely won't integrate this, as my spam problem is completly gone 🤩
  24. Das Thema ist halt sehr länderspezifisch. Ich habe es mir so programmiert, dass wir in TB ein CSV exportieren und dies in einer einfachen Buchhaltungssoftware importieren. Ob sich das für kleine Firmen aber überhaupt lohnt ist fraglich.
  25. I have similair warnings. Google is trying to crawl this controller=trigger urls. If I remember right, they are coming from the core. I added: Disallow: /*controller=trigger in robots.txt
×
×
  • Create New...