Jump to content
thirty bees forum

Traumflug

Trusted Members
  • Posts

    1,655
  • Joined

  • Last visited

  • Days Won

    82

Everything posted by Traumflug

  1. Is there a green box instead of the red box if you change quantity, then not clicking Save and Stay, but into some other field? Then I can confirm this issue.
  2. I much prefer PS1.6 but it seems like all the PS Addons Developers are being forced onto PS1.7 - it’s a sad state of affairs It's understandable that one trusts a long term relationship. And that's why thirty bees exists. It allows to continue with this relationship, just under a different brand name. Like MySQL evolved into MariaDB, like OpenOffice evolved into LibreOffice.
  3. IMHO, the theme should match the shop topic. A shop for motorcyclist spare parts needs a different theme than one for swimming suits or toddler toys.
  4. Blank page means there's some fundamental problem, like a PHP syntax error. Such errors get reported to the Apache/Nginx log (/var/log/apache2/error.log or similar). If you have an idea which module causes this, remove it from the modules folder and try again. Like none mkdir modules.off mv modules/dirtymodule modules.off/ Modules in modules/ still get partially executed when listing modules, even if they're neither installed nor enabled. And we'd be interested in which module caused the trouble, of course. The migrator is about to get a feature automatically moving some known-to-be-troublesome modules aside.
  5. Instead of adding HTML comment signs, like @colorful-ant did, one can also simply remove this code section. Also make sure to delete the cache or set Smarty cache to Recompile templates if the files have been updated after doing so. Both can be done on back office -> Advanced Preferences -> Performance.
  6. Well, having no ID in the URL can lead to duplicate URLs. That's pretty obvious. One solution is the one @dosbiner mentioned: detect and fix them. The other solution is to add the ID to the URL, like PrestaShop did. This still works, it's just no longer the default.
  7. @baarssen said in migration from Prestashop 1.4.6.2 to Thurty Bees ?: @lesley said in migration from Prestashop 1.4.6.2 to Thurty Bees ?: It will not from 1.4. It only works with 1.6 versions of PrestaShop. No thats not true. I migrated several webshops from 1.5 to 1.6 and 1.7 with this module. Is it possible you two are talking about different things here? I think @lesley talks about the thirty bees migration module (https://store.thirtybees.com/shop-modules/administration/thirty-bees-updater) and about upgrading to thirty bees. @Baarssen apparently talks about a third party module (https://addons.prestashop.com/en/data-migration-backup/8934-migrationpro-prestashop-upgrade-and-migrate-tool.html), which can update from earlier PS versions, but does so not to thirty bees, but to PS 1.7.
  8. Software world is full of pitfalls :-/ See what @datakick found: https://github.com/thirtybees/thirtybees/issues/619 Surprise, surprise! It turned out that PHP's array_merge() doesn't work as one would intuitively expect. A fix is probably found already, yet another updater release will happen before too long. tl;dr: merchants wanting to upgrade from 1.0.5 or earlier, please wait for the next updater release (later than 1.3.3).
  9. Hmm. thirty bees code doesn't use HTTP_RAW_POST_DATA.
  10. I thought the vagrant+virtualbox method was supposed to be pretty robust Then it's no longer a server running on Windows, but a Linux running on (for the virtual machine and during these updates) crippled hardware. One solution is to make this PC dual booting with Ubuntu. This gives the most from the hardware and also gets rid of these slow update processes. The other one is to go to dinner during these updates, as you had the plan to do.
  11. Please don't evaluate thirty bees on a web server running on Windows. This is known to be troublesome.
  12. NASA budget? I've installed a working shop on a $5/month hosting. Not sure whether NASA could live with such a budget. For teaching, one better installs thirty bees on the local PC, without any hosting. Given this PC runs a proper OS, like Debian or Ubuntu or CentOS.
  13. Do I need to install any earlier versions before installing this one? The updater module should work for any version between 1.0.1 and 1.0.6.
  14. The module provided by thirty bees is this one: https://github.com/thirtybees/vatnumber. It never had a version 2.0.4. Looks like there's a module name collision. You got a custom made module and it got kind of reverted to the official one, probably because they share the same name. I'll look into the custom one later today to see what the distinction is.
  15. I just see that I forgot to mention that the migration module now migrating to thirty bees 1.0.7 is a contribution by @datakick, thank you to him!
  16. @marcosig said in Download error on local MAMP migration: The modules installed correctly and the migration process starts, but after a few seconds I receive the following message in the Activity Log Thanks, the picture is very helpful. Do you see this Archives will come from ... message? One can try to download these two links with a browser or with command line curl/wget as well. This should work, it's a plain HTTP file download. If you manage to get these two files another way, you can place these two ZIP archives manually in the location given in the message starting with Files will be saved to .... The module will find them there and use them without trying to download them again (that's a new feature of the most recent module version). It also doesn't hurt to try more than once, until the archives are there and get unpacked, the PrestaShop installation isn't changed. Perhaps Github had an outage just the moment you tried to migrate.
  17. Download took 93 seconds though Github is so slow :-/ Even at off times I get only some 10 Mbit, which means a ~30 seconds download for just 40 MiB.
  18. Isn’t it better to migrate from PS to Tb 1.0.6 and after that upgrade to 1.0.7? No longer possible. Since about yesterday, the migration module migrates straight to 1.0.7.
  19. Here I have to admit that my testing yesterday was wrong. To see prices without tax, one has to be logged in as customer and an address with a VAT number, of course. Or Allow manual verification on the module configuration page enabled and Yes, I qualify for VAT Relief! in the customer address checked. Or both. Today's testing showed the module to work just fine and as expected.
  20. when I go to the module in the backend at Customers>VAT module There's also no such menu entry coming with the default installation:
  21. index.php?controller=AdminVatNumbers There is no such controller. The module's configuration page is at admin-XXX/index.php?controller=AdminModules&configure=vatnumber. There is also a class VatNumber, without the s. It comes with the module and some areas of core code use it, after testing that the module is actually installed. Accordingly the question is, how or where did you get this link?
  22. Could you give a few more details? Did the module install? Does the migration process start (panels change, a text view appears) ? What are the last messages in this text log?
  23. Note: merchants wanting to upgrade from 1.0.5 or earlier, please wait until this bug gets closed: https://github.com/thirtybees/thirtybees/issues/619 This likely happens this weekend. Those watching discussions here closely probably saw it already, the updater module got some usability enhancements. Which led to thirty bees Updater v1.3.3 While being there, the similarly written PrestaShop migration module received the same enhancements and also - Fixed display in medium sized windows. - Should work now on PHP 7.2 (with debugging disabled). - Clean up after being done (saves some 98 MiB of disk space). - Make double-migrations impossible by hiding most panels on thirty bees. Before one could actually start over after the migration happened already. This should also give better visual feedback about the success. 1-Click PrestaShop 1.6 to thirty bees migration v1.0.2 Last not least, migrations to thirty bees install now thirty bees 1.0.7, which solves yet another couple of bugs. That's a contribution of @datakick, thank you very much! thirty bees wishes you a glitchless shop running experience.
  24. If I get it right the competitors are trying to soak the non-complient rivals against the goverment. That's not political, that's plain business. Some of these lawyers make a living from finding issues and sending report letters along with their invoice. In some cases it's also used to fight the competition. This even led to some funny court cases because lawyers tend to see abuse where no abuse actually happens, of course. Our Abmahnung eventually got famous enough to find its way into English Wikipedia: https://en.wikipedia.org/wiki/Abmahnung That said, it got better the recent years. Lawyer invoices are limited to € 100.- for the first letter and merchants learned what they have to watch out for. Still our government isn't brave enough to simply remove this silly idea of self-justice.
  25. Does 1.0.7 base on the Prestashop 1.7 ? Nope. Still based on PS 1.6.1.11.
×
×
  • Create New...