Jump to content
thirty bees forum

e-com

Moderators
  • Posts

    129
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by e-com

  1. 32 minutes ago, vallka said:

    And BTW, working with Prestashop before, I do not  remember that theme name has been use in these thumbnails names, just filenames with various suffixes... so probably this is a bug added by ThirtyBees

    This is a prestashop bug fixed in thirty bees. In multishop option, installing a new theme for other stores would mess up the image formats of other themes.

  2. 12 hours ago, datakick said:

    Thanks, fixed in bleeding edge.

    Now it's OK.
    That's by the way, PHP 8.2 compatibility can be improved.

    Message: Creation of dynamic property AdminCoreUpdaterController::$total_cache_size is deprecated
    Location: classes/controller/Controller.php line 173

    Message: classes/controller/Controller.php: Method ControllerCore::getController() is deprecated. Called from tools/profiling/Tools.php:109
    Location: classes/Tools.php line 1456

     

  3. I tested cache with Redis Server.
    There is a fatal error when profiling is enabled:

    *ERROR* Error: Cannot instantiate abstract class Db at line 679 in file classes/db/Db.php
    *ERROR* Fatal Error: Uncaught Error: Cannot instantiate abstract class Db in /home/ecom/public_html/tbtest/classes/db/Db.php:679
    Stack trace:
    #0 /home/ecom/public_html/tbtest/classes/db/Db.php(632): DbCore::createInstance()
    #1 /home/ecom/public_html/tbtest/classes/Configuration.php(440): DbCore::getInstance()
    #2 /home/ecom/public_html/tbtest/classes/Configuration.php(406): ConfigurationCore::loadConfiguration()
    #3 /home/ecom/public_html/tbtest/classes/error/response/ProductionErrorPage.php(50): ConfigurationCore::get()
    #4 /home/ecom/public_html/tbtest/classes/error/response/AbstractErrorPage.php(43): Thirtybees\Core\Error\Response\ProductionErrorPageCore->renderError()
    #5 /home/ecom/public_html/tbtest/classes/error/ErrorHandler.php(125): Thirtybees\Core\Error\Response\AbstractErrorPageCore->sendResponse()
    #6 /home/ecom/public_html/tbtest/classes/error/ErrorHandler.php(115): Thirtybees\Core\Error\ErrorHandlerCore->handleFatalError()
    #7 [internal function]: Thirtybees\Core\Error\ErrorHandlerCore->uncaughtExceptionHandler()
    #8 {main}
      thrown at line 679 in file classes/db/Db.php

     

  4. On 12/10/2022 at 6:02 PM, nickz said:

    Whats wrong with php7.4?

    Prestashop 1.6 is only compatible with PHP 7.2, and there are still a lot of incompatibility errors with PHP 7.4 in this fork by Eolia.

  5. This is what I found interesting: https://eoliashop.com/prestashop-new

    I have installed for testing on localhost. There are a lot of bugs on PHP 7.4, and it is completely incompatible with PHP 8. But there are a few interesting solutions to implement into thirty bees.
    Or maybe someone knows this guy Eolia and can persuade him to join the thirty bees project, rather than agonising over prestashop himself 🙂

  6. Transition from PHP 7 to PHP 8 is quite a revolution, and this Panda template is an antique made for TB 1.1.0.
    A template is not only the template itself but also probably several or more modules installed together with the template. And it's unlikely any of them are compatible with PHP 8.
    It should be up to developer, who sells the template, to have an up-to-date product.
    Also, in my opinion, it's best to write to ST-THEMES to take some time and make an update of their template to TB 1.4.0 with PHP 8.

     

  7. 13 hours ago, Neff said:

    Great this is what i was looking for, Big Thanks, now how can i resize category images so that they get more square instead of rectangular?

    Square category images.
    1. In Preferences -> Images, change medium format to 360px X 360px. 125px X 125px is too small.
    2. In all categories, add 360x360px square images as "Category thumbnail".
    3. In module configuration, select medium format.
    3. And the end result:

    Zaznaczenie_230.png

  8. On 11/23/2022 at 10:19 PM, wakabayashi said:

    It's not shipped, but when the delivery-slip was generated. I personally don't like this much. Shipped would be more logical imo. But we learnt to live with it ^^

    This is very logical. Warehouse prints delivery-slips and packs shipments, and then shop staff adds new products to orders. And we have something different in shipments and something different in orders.

  9. 15 hours ago, Pietroalberto said:

    i am seeing qloapps which is always based on prestashop core, could one transplant the hotel module to tb ?

    Qloapps is not one module for PS 1.6. It is thousands of modifications to the PS 1.6 engine.

×
×
  • Create New...