Jump to content
thirty bees forum

Traumflug

Members
  • Posts

    1,665
  • Joined

  • Last visited

  • Days Won

    82

Everything posted by Traumflug

  1. @Occam A developer named gabdara posted a commit on Github last Friday. Thanks. I just applied this patch to 30bz and pushed it to a new branch import. Totally untested, it might even contain syntax errors. For your convenience and if you don't run off a Git clone, here's the patched file (replace the one in controllers/admin/): 01503312519447AdminImportController.php Let us know how it works :-)
  2. Screenshots, please! We want to see what you see :-)
  3. @yaniv14 And I was unable to install the bees blog That's pretty vague. I see you committing code from time to time (thank you very much!), so I'm pretty sure you could do a first few steps into debugging this issue. For example, like equipping those failures you experience with proper error messages. And then creating a reproducible test case? That'd be nice and helpful.
  4. AFAIK, these downloadable files on Github are auto-generated, so developers have no influence on how they're named. One of the many oddities of Github.
  5. File extraction complete. Now backing up files. Backup files in progress. 1438080 files left. Backup files in progress. 1437680 files left. Being curious on this I counted files in my developer installation: sh $ find . | wc -l 81809 This is with just demo data installed, but with .git and node_modules (for theme development). A regular installation should have some 63'000 files only, plus 10 picture files for each product. @netamismb, do you have more than 100'000 products installed, perhaps?
  6. @nickon They told me that magento stores that data in a better way and google can access it better and get better data. Can they also express this a bit less vague? I mean, changing "storage" of meta data is pretty easy. But one would need a more precise description of what's needed. What exactly should go there.
  7. Traumflug

    Translation

    @Occam Nice try, but we’re talking about translation items imported fom PrestaShop which have been messed up since years. Because PS failed to improve the situation thirty bees is doomed? Come on, I've heard better excuses.
  8. Does clicking “favorite” mean an upvote? Nope, it's this little upwards pointing triangle to the left of the title. It says "upvote" if you hover over it. And yes, it's amazing how UI-ignorant this site is, considering it's targeted to developers.
  9. Traumflug

    Translation

    @DaoKakao I really wondered, why such ugly/overcomplicated mixture of (almost)same terms appeared. Because there's more than one person involved in writing code. Each person has its own preferences on how to write code, this applies not only to translatable strings. And then ... well, when writing code, using elegant language in texts isn't exactly top priority. Code writers watch out much more for the code doing what it should do. That said, if you find such mismatching use of human language, don't hesitate to report them as code bugs (on Github). Changing such wording doesn't change how the code works, so it's easily replaceable.
  10. @alwayspaws how do you use emojis in the quick replies to forum messages? Use traditional smileys. Those used before this graphical [censored] came up: :-)
  11. Could you craft one of your nice short CSVs demonstrating the issue? Last time this helped a lot.
  12. because v1.0.3 should be out real soon I believe this when it happens :-) Regarding the topic here, as one has to migrate to 1.0.1 before upgrading anyways, it doesn't matter much whether one migrates now and upgrades in a week or two or whether one does all this in one chunk. Amount of work is the same. Still, doing a migration now gives some headroom to deal with the issues coming up during the migration.
  13. Let’s have single source of truth. Yes, good point. This means to get rid of the distinction between monoshop and multishop. All shops are multishops. Monoshops are multishops with just one shop defined. The question arising is, what's the gain for merchants? It's hard to justify a larger overhaul of pretty much the whole software, just to make the database layout a bit more pretty. Such a change also likely breaks lots of modules, so have your flameproof suit handy :-)
  14. Currently that's not possible. One has to set this in Backoffice or in the database directly (table 'tbconfiguration' for monoshops, table 'tbshop_url' for multishops). That said, there was such a feature for a couple of days already. One of the ~20 commits introducing this change: https://github.com/thirtybees/thirtybees/commit/e628ed969a4b7e7d91cbd2851ce172033d12437f It was reverted and then postponed for thirty bees 1.1.x, because it changes storage, and by doing so, breaks compatibility with PS 1.6.1. At least potentially. This task was not yet picked up again, there's so much other work to do. For example, getting the updater module into dealing with database changes introduced by such storage changes.
  15. I use a module called Pretty URL That's obsolete in thirty bees. URLs without ID work just fine without that module.
  16. And is there a way to make AEUC and Ajax callback become aware of each other? By changing the code, yes, of course. That's plain development work.
  17. Because it requires maintaining a custom Git repository and because I can't afford to give away all my work for free.
  18. Looks like the JavaScript/Ajax callback ignores this AEUC snippet.
  19. When I fix one issue here, another one shows up somewhere else… Do what Mark Watney (remember The Martian?) said: solve one problem at a time, then the next. If problems show up, well, not too bad. Because that gives a chance to solve it and if you tell us about it here, we can solve it for everybody.
  20. have you guys considered creating a bash script No, because it exists as part of the testsuite already: sh php install-dev/index_cli.php --newsletter=0 --language=en --country=en --domain=localhost --db_name=thirtybees --db_user=root --db_password=mypassword --db-clear=1 --db_create=1 --name="Bash installed shop" --email=me@localhost --firstname=My --lastname=Hero --password=superhero Adjust parameters to your needs, of course. And using a distribution, change install-dev to install.
  21. Well, @30knees, did you try this module? Modules compatible with PS 1.5 and 1.6 have a good chance to just work. If it doesn't work, what fails?
  22. Here's a database capable of doing this conversion: http://dev.maxmind.com/geoip/geoip2/geolite2/ This page gives a strong hint the state is available via PayPal API: https://developer.paypal.com/docs/integration/direct/rest/state-codes/
  23. Unexpected token < in JSON at position 0 Typically this is an Ajax request failing. Ajax requests expect an answer in JSON format and if this request sends back something like an error page (in HTML format, starting with < html >), you get this message. To find out what's going on, open web developer console, network analysis section, and redo what triggers this malfunction. One of the requested pages listed in the developer console should have a Status higher than 400. Click on this and you'll see what exactly was the answer. This answer should give a useful hint on what's going wrong. This description matches Firefox' web developer console, other browsers might do it a bit differently.
  24. To fix it, just replace: ->select(‘MAX(position’) With: ->select(‘MAX(position)’) Well, forum tries to "enhance" single quotes. Inside a code block it doesn't: php ->select('MAX(`position`)')
  25. @marci123 I think this proves that the open source model must not be feared. Yes, I'm aware of such success stories. And I can give you dozens of counter examples. Especially in the open source hardware market, where I was before joining thirty bees. With open source hardware, cheap cloners typically share about 95% of the market, while original developers get just those few customers caring about loyality or not caring about money. Accordingly these vendors have to survive from these remaining 5% (which is certainly possible in a > $10 mio market). And their R&D is on a hobbyist level at best to deal with this. http://www.wpthemedetector.com/top-theme-providers/ They count installations, not sales. 9 of 10 such counts could be pirated copies :-) When people ask me about open source, I usually answer "it's a shark basin".
×
×
  • Create New...