Jump to content
thirty bees forum

All Activity

This stream auto-updates

  1. Today
  2. Personally, I think Turnstile is MUCH better than Google reCaptcha. It's also worth considering changing your anti-spam security.
  3. The module in github from above is for thirty bees and it works flawlessly.
  4. I did have the No Captcha reCAPTCHA Module installed BUT not activated for Registration - so I've now done that. Many thanks. What's your take on Cloudflare+Turnstile ? Do You think Turnstile will appear in Thirty Bees in the future?
  5. Not all stores use google accounts. 🙂 Turnstile is separate service from Cloudflare. There is no need for your store to be behind it to use Turnstile. Yes, account with them is needed but I advised for this module as it offers smoother flow for the real customers imho.
  6. Not all stores use Clodflare. The module from the thirtybees repository “nocaptcharecaptcha” also secures the customer registration form.
  7. https://github.com/eschiendorfer/genzo_turnstile Do you have this module for turnstile in FO? If not, I highly recommend installing it and checking if the bots will stop.
  8. Over the past few days ( 1-10 dec 2025) we've been getting 'bogus' customer registrations. Problem: Bogus Registrations.pdf No orders or addresses. They come from a selection of IP addresses - some of which appear in blacklists. The Name and Surname fields look very odd. Or it's just a BOT generating random strings. The emails look valid - stolen from somewhere else??? Anyone else seen this? Can we do anything about it? Just deleting them every day at the moment.
  9. Yesterday
  10. Hello all, when digging deeper into tags, I came across this post. I show all tags on my product pages. To make it easy for customers, I manually managed tags to have ID's in some ranges and they are then displayed according to the tag IDs in ascending orders. So the would ideally appear in an order like this one: BRAND (Range 0 to 30000) Year-of-Production (Range 30001 to 39999) Age (Range 40000 to 49999) But I see that some products get some kind of random new tag IDs. It looks to me that only products are affected from this behavior when the tag is only 1x assigned. The result of this is randomly changing order of tags.
  11. Last week
  12. Pedalman

    Mollie Module

    That is my context and how I am running my shop at the moment. Still on php7.x 😞 I am sorry if I made you feel puzzled but I must say that I find it myself more than puzzling how to deal with PS/TB modules. Fact is, that the Mollie is damn old but runs. I use it only for Klarna (invoice, paylater) and PayPal. Since PayPal also offers paymant via invoice,paylater I am thinking about using it exclusively. But as said I find it puzzling, too, and do not know if I would use PayPal for all, if I had to use this Express checkout from PayPal and what that will mean for my shop. Back on point, this Mollie module and the StoreCommander module I use (very old one too, but one that was a module and no Saas) hinder me on going for php8x.
  13. A short time ago you wrote that you used the Prestashop module. It left me a bit puzzled as you mentioned version number 4.5.4. But when I checked the Mollie Github the 4.x versions (the last supporting PS 1.6) didn't go further than 4.4.3 from december 2021. What are your experiences with this version and why are looking for a TB version anyway?
  14. As I said in the SQL manager, you are using there are forbidden statements or nested queries, etc. The export functionality in Customers is prepared query that does not run through thirty bees' SQL manager. As DRMasterChief said - if you have tool at hosting level similar to phpMyAdmin and you're confortable using it - do so but always keep a fresh copy of your db so not to end in a bad situation (only one deleted column in this table can brick your shop). You want a list containing those columns? SELECT c.id_customer, c.id_shop_group, c.id_lang, c.firstname, c.lastname, c.email, c.newsletter, c.date_add FROM ps_customer c; Of course edit the table prefix to match yours.
  15. Earlier
  16. If I go in "Customers" in Backoffice and use "EXPORT TO SQL MANAGER" button, then it is working fine, I am able to see or export in CSV. So the problem seems to be only when you use the "Add new SQL query" inside the SQL Manager in Backoffice to create a new query from the "List of MySQL Tables" that I get the errors. Not sure if it is a bug...
  17. I highly recommend using hosting-based SQL management for this kind of thing. You probably have access via cPanel or something similar. It offers extensive SQL functions and full access to everything. Don't forget to back up your data beforehand 😉
  18. ... not sure what you mean with " for a better version." but I basically need these queries: id_customer, id_shop_group, id_lang, firstname, lastname, email, newsletter, date_add
  19. The SQL manager is heavily restricted in the operations it can do to limit exposure of the DB to bad actors. Give us the query you want to run so we can check for a better version.
  20. Hello people, today, I tried to use SQL Manager in the Backoffice to do an SQL query for an email campaign, but as soon as I click to view the results, I get this error : "Db::getArrray method can be used for SELECT queries only." If I try to export the query instead, I get a "This site can’t be reached" page with this error: The webpage at https://www.xxxxxxxxxxxxxxx/index.php?controller=AdminRequestSql&token=xxxxxxxxxxxxxxxxxxxxxxxxxx&id_request_sql=2&exportrequest_sql=1 might be temporarily down or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE Errors logs shows this: Stacktrace #0 controllers/admin/AdminRequestSqlController.php(511) #1 classes/db/Db.php(1100): () #2 controllers/admin/AdminRequestSqlController.php(511): DbCore->getArray() #3 controllers/admin/AdminRequestSqlController.php(343): AdminRequestSqlControllerCore->generateExport() #4 classes/controller/Controller.php(209): AdminRequestSqlControllerCore->initContent() #5 classes/Dispatcher.php(858): ControllerCore->run() #6 admin123/index.php(58): DispatcherCore->dispatch() I'm on Thirtybees 1.6.0 Any idea why I get this error? Any help would be appreciated Cheers,
  21. Column `minute` was added to the module in version 2.1.0, see upgrade script for that version: https://github.com/thirtybees/cronjobs/blob/master/upgrade/upgrade-2.1.0.php Most likely the upgrade script was not correctly applied when you upgraded the module -- your cronjobs module is not working properly right now. You need to either apply the upgrade script manually, or uninstall and install it again
  22. I think I have the latest cron module 2.3.0 from TB market place
  23. @datakick Hi! I realised that. But how can I update the module. I have uninstalled it, which made your module to work but I would like a working cron module
  24. That's not error from datakick module, but from cronjob module. Looks like you didn't updated that module correctly - column 'minute' is missing from ps_cronjobs table. I suggest you re-install that module to fix this problem, or manually add the column to db table. Then reinstall datakick module again
  25. @datakick This is the decrypted 500 error. Where does it go wrong?
  26. @the.rampage.rado @datakick Ok. I downloaded and installed. Got 500 error but it seems installed. When I try to configure it say missing control file
  27. Yes, the best one https://www.getdatakick.com/ Bonus - you can use it for far more than that.
  28. Are there any module to create a xml file for Google merchant center
  29. Update: I turned off the datakick Bad Bot module and Varnish. Both shouldn't impact Googlebot but it looks like one of the two measures fixed the problem.
  1. Load more activity
×
×
  • Create New...