Jump to content
thirty bees forum

Traumflug

Trusted Members
  • Posts

    1,655
  • Joined

  • Last visited

  • Days Won

    82

Everything posted by Traumflug

  1. Such a list looks much like forgotten debug code. If you can, search through all the PHP files for var_dump, var_export and ddd. Production code shouldn't have such stuff.
  2. To get a module uninstalled like in "all files removed" one has to delete the module. Then installing it again also downloads the package again.
  3. Been waiting a long time for some of the enhancements to come to fruition, especially a one page checkout that isn’t outdated like the current one and a modern theme. If you expect just (free) eye candy, theme developers are the right address for such wishes. The whole point of thirty bees is not to be a PrestaShop clone, but to shift emphasis. Emphasis towards performance, ease of use and the most crucial topic for merchants: reliability.
  4. Filed an issue report for this, which also describes the workaround: https://github.com/thirtybees/thirtybees/issues/604
  5. Filed an issue report for this, which also describes the workaround: https://github.com/thirtybees/thirtybees/issues/604
  6. While you're talking to them you can also show them how submenus expand to outside the screen: They might be interested in fixing this. Window width ~1000 pixels.
  7. One can't entirely delete these rules. Every page needs an URL, after all. {rewrite} is the minimum, as indicated by the required-star in the description below each field. Remains the question how you managed to get these fields empty. They should be filled properly with a standard installation.
  8. I’m working on Prestashop 1.7.2.1 Say hello to thirty bees! Here we actually solve misalignments and bugs.
  9. These three messages are warnings, only. Well known, but not much we can do about, because some are dependencies of other packages and others (phpspreadsheet) aren't compatible with PHP 5.5. Regarding missing files. Which way of upload did you choose? Cloning the Git repository? When unpacking the distribution ZIP file, there should be no need to run composer.
  10. Too bad, Ubuntu no longer comes with a Flash player. So I added {id} to some of the rules. They got stored and the product URL indeed changes. That's about what I'd expect. Did you notice that these rules are per-language? If you change the English rule, the Spanish one will stay on its previous value. One has to change all of them.
  11. "Versuch macht kluch" A German phrase for "try it, and you'll find out" thirty bees puts a lot of emphasis on keeping compatibility with PS 1.6 while improving reliability and performance. Chances to get positive results are excellent.
  12. Unless I'm mistaken, using the same route templates in thirty bees leads to the same URLs. One can still use an {id} in there, it's just no longer the default and no longer necessary.
  13. Yes, this http:// is hardcoded in a whole lot of places. ... and https:// as well. :-) To allow both, or to prefer HTTPS, see back office -> Preferences -> General, right the first two switches.
  14. Perhaps they can get fully automated one day, but that's certainly not trivial. ... and now I'll return to writing the Git Updater, which will allow upgrading to the tip of a development branch.
  15. Ha ha! A "minor" automated system! :-) More seriously, while it sounds pretty easy to run build.sh in the development repo, which indeed gives a release ZIP, there's plenty of correlated stuff: Reviewing all the modules for changes since the last release. Create module releases as needed. Generating translations and uploading them to Crowdin. Packaging translations on Crowdin. Creating Diffs for the updater. ... and so on. Making a release covers some 30 (manual) steps and is about a day of work. And yes, you're right, 1.0.6 is about a month old, so time to think about 1.0.7.
  16. Here's a patch to fix the issue I see, fresh from the monday morning breakfast table: https://github.com/thirtybees/thirtybees/commit/f9372264805c8a7abc1b43fffd02849d7c231853 Issue is/was, that two files in this translations package use $_MODULES = [] rather than the older $_MODULES = array(). Now I'd be interested if it works for you as well, of course.
  17. I tried as well and get this, right after the import: Does this match your experience?
  18. Duplicate of https://forum.thirtybees.com/topic/2017/unable-to-import-a-language-pack-at-tb-1-0-6
  19. @musicmaster about 16 hours ago I am a bit puzzled about those claims about many incompatibilities. It's fairly simple: 99% (100%?) of these messages originate in Smarty code. thirty bees currently uses Smarty 3.1.19, a ~~two~~ four years old version. Upgrading Smarty was under consideration, of course: https://forum.thirtybees.com/topic/1950/call-for-votes-for-or-against-upgrading-smarty Result of this consideration is that Smarty will be kept at its current version up to end of the year. Because any upgrade is seen as a risk regarding compatibility with PrestaShop themes and modules. We want merchants migrating from there to feel as comfortable as possible. In January I'll happily upgrade Smarty, because I see these messages as well, day in, day out. If you want to do this now, and have a developer installation, proceed like described in this post.
  20. @the-rampage-rado said: Can you tell me how I can troubleshoot this one on my own? @Traumflug said: Like disabling these other modules and testing again.
  21. Testing Captchas should, like any security measure, be theme independent. Malicious users can change their theme (HTML, CSS, JS) arbitrarily, after all. Nevertheless I asked, because the theme might just ignore the error message, giving the impression of an email being sent without it actually happening. As Captchas work in a default installation, but not in your particular installation, other modules are the prime candidate for finding the issue. Like disabling these other modules and testing again.
  22. Here's a shop running on MariaDB: https://store.thirtybees.com. Apparently not a problem. Regarding languages you could try to not delete, but just disable US-English.
  23. Maybe on Windows OS? This OS is a known source of trouble, because it uses non-standard directory separators. And also not supported by the thirty bees team, we just accept patches. In case it comforts you a bit, British English is translated by just 5%, so you'd get 95% US-English anyways: https://crowdin.com/project/thirty-bees/en-GB# Strings for these menu entries are in file tabs on Crowdin.
  24. After I updated the contact form still can be send w/o confirming the captcha as in 1.0.2. Is actually an email sent or does the form simply re-appear? Buttons being clickable without solving the Captcha is expected, but no email should get sent. Instead, the page should re-appear, together with an error message:
  25. Some files have to be fixed manually on your side in order to be pushed to our BOs? You can test this manually. Direct your browser to http://api.thirtybees.com/updates/modules/all.json . This downloads the JSON which a Check for update on the module page downloads as well. Search for 'nocaptcha', a couple of lines later all known versions appear. If it works now and didn't before, it might be a glitch caused by the server move. The new server got the new version a couple of hours later.
×
×
  • Create New...