Jump to content
thirty bees forum

roband7

Members
  • Posts

    131
  • Joined

  • Last visited

Posts posted by roband7

  1. The blog addons that come bundled with warehouse is documented in "Simple blog module with documentation/documentation" when you unzip the theme. There's loads of things you can configure there.

    However if your main business is blogging you're probably better of with wordpress+woocommerce

  2. @Webshoptime You didn't paste the file requested.

    The file you pasted is controllers/front/CategoryController.php

    The one we need in order to help you is override/controllers/front/CategoryController.php

  3. Ah, so the whole stored was just moved from one host to another. That would obviously bypass all the installation checks.

    That's an interesting use case that the code doesn't take into consideration now.

    In general when something crazy happens it's a smart thing to go into the thirty bees admin, and then to the page 'Advanced Parameters' 'Configuration Parameters' This page would have reported the missing bcmath addon.

  4. @Anima did you install thirty bees using the command line installer? install/index_cli.php

    @mdekker if yes then he probably hit the bug in https://github.com/thirtybees/thirtybees/issues/181

  5. @dynambee I agree with all your points.

    I'm surprised the focus is so much on performance, when the low volumes we're talking about here is just a joke both for ES and Algolia.

    A couple of years ago I setup a ES-based search system that needed to search a database of 150 million complex records. The performance was excellent and the memory- and CPU-consumption was nothing to talk of. We ran it all on two cheap 16GB servers. Just to put things in perspective...

    The focus here should really be on functionality, ease of installation and ease of use, not on all the technical issues.

  6. @Traumflug Could you elaborate on "For handling complex PHP it’s not always up to the task"?

    I know some people advocated this some years ago, but this was often for enterprisey supercomplicated setups they hardly understood and didn't dare reconfigure, often with weird apache-specific modules thrown into the mix.

    Nginx and phpfpm has also come a long way since then.

    From my experience running a pure nginx+phpfpm setup for PS/TB is no problem whatsoever.

  7. It works fine using PHP 5.4 to 7.1.

    Your host must have an old module. The PHP 7.0 support was added in the imagick 3.4 version that was released winter 2015.

    See https://pecl.php.net/package-changelog.php?package=imagick for all the gory details.

  8. Which features, if any, from ultimate are not already implemented in TB?

    I'm askiing because we purchased ultimate from you some time ago, and we´re now moving over to TB.

  9. @kpodemski It´s not 'thirty bees' wasting time. This is a classical case of a developer scratching his own itch. This is covered in classic open source documents like Dave Thomas "The Pragmatic Programmers" or Eric S. Raymond "The Cathedral and the Bazaar"

    In my opinion it´s crucial that developers scratch their own itch, and that thirty bees accept such contributions. It´s what will grow the community and make this much better than Prestashop in the long run.

  10. Try this one, it's free, and Vekia normally makes good stuff: https://www.prestashop.com/forums/topic/200124-free-module-european-union-cookie-law-block-responsive-17-16-15-14/

  11. If this type of dependency on PrestaShop file locations are typical in third-party modules...

    Perhaps add empty PHP-files at the legacy PrestaShop locations for the files that are deleted and not needed in thirty bees?

    It´s silly ofc, but if it helps with compatability why not?

×
×
  • Create New...