Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. Thx. Well it's just a test shop with real data. I have changed mysql password already. I don't think anyone can abuse it. Shouldn't be that blurry I think. Are you on 1080p?
  2. Yeah feel free to use it. As long as it helps, to make thirty bees better & bigger :yum:
  3. The youtube video you mean?
  4. In this thread I am going to help merchants, who want to migrate to thirty bees. For this purpose I have created a video tutorial. I have created a very simple & safe way for a test migration. I used cpanel & FileZilla in the video, but you can works similair with Plesk. What I show: Clone your files Clone your database Change settings.inc.php Make the migration Info: If you want to do the migration on your live shop. You can skip the first part of the video. Just start at 10:43. But I highly recommend to make a test migration before and never forget to make backups! https://youtu.be/LN7KD9W_MY4 Feel free to ask any question in this thread! Useful Links: Info: https://thirtybees.com/migrate-from-prestashop/ Migration module: https://github.com/thirtybees/psonesixmigrator/releases/latest
  5. Yeah 1.7 is not compatible with tb. @Traumflug is working on 1.7 theme compability. He can tell you more. I clearly recommend you to start a clean tb installation and use a 1.6 theme. Depending of your skills, you can also develop your own theme ofc.
  6. Do you want to start a new shop or migrate from ps? If you want to migrate, it's only possible with 1.6 versions at the moment. PS 1.6 Themes work with tb! Since it's a complicate matter there always be some little troubles. In this forum you will get the help, you need!
  7. Well as far as I know, they just install a new ps for this demo purpose...
  8. I am not sure what you mean!? If it's clearly ps related, then this is probably the wrong place to ask it.
  9. wakabayashi

    PS quality

    Of course that's not the way to do it. Their bevahiour won't change the outcome anyway. Thirty bees is just better. It's no one man show anymore. Slowly there are coming devs. We all know @Traumflug here. He is very active and helps a lot! I am optimistic for this fork!
  10. wakabayashi

    PS quality

    Despite all mistakes they do, it's understandable that they delete thirty bees in the forum. As we all know, thirty bees is just a better ps. It means it's a big treath to the them... It wouldn't the first fork, which "overtakes" the main project.
  11. At the moment it's hard for me to imagine, how I could use this. Is it basically for local testing purposes? I use multistore... How does it work there?
  12. Looks the same: 'PageCache' => array ( 'path' => '', 'type' => 'class', 'override' => false, ), 'PageCacheCore' => array ( 'path' => 'classes/PageCache.php', 'type' => 'class', 'override' => false, ), Also it says no overrides. Any idea?
  13. Yes the method is there... No I don't use any overrides for this class... I just deleted cache/class_index.php. But Still the same error.
  14. Thanks Sir! That solved my problem...
  15. When I try to delete Cache I get the following: Call to undefined method PageCache::flush() at line 1267 in file controllers/admin/AdminPerformanceController.php php 1262. $redirectAdmin = true; 1263. Tools::clearSmartyCache(); 1264. Tools::clearXMLCache(); 1265. Media::clearCache(); 1266. Tools::generateIndex(); 1267. => PageCache::flush(); 1268. if (function_exists('opcache_reset')) { 1269. opcache_reset(); 1270. } 1271. } 1272. - AdminPerformanceControllerCore->postProcess - [line 379 - classes/controller/Controller.php] php 374. if ($this->checkAccess()) { 375. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { 376. $this->setMedia(); 377. } 378. 379. => $this->postProcess(); 380. 381. if (!empty($this->redirect_after)) { 382. $this->redirect(); 383. } 384. - ControllerCore->run - [line 742 - classes/Dispatcher.php] php 737. if (isset($paramsHookActionDispatcher)) { 738. Hook::exec('actionDispatcher', $paramsHookActionDispatcher); 739. } 740. 741. // Running controller 742. => $controller->run(); 743. } catch (PrestaShopException $e) { 744. $e->displayMessage(); 745. } 746. } 747. - DispatcherCore->dispatch - [line 58 - admin/index.php] php 53. if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) { 54. $_REQUEST['controller'] = strtolower($_REQUEST['tab']); 55. } 56. 57. // Prepare and trigger admin dispatcher 58. => Dispatcher::getInstance()->dispatch(); I am using redis and full page cache. Regards
  16. There is an updater module: https://github.com/thirtybees/tbupdater/releases
  17. Did you lost connection or was there a standby? I think, I had the same, when my laptop was switching to standby modus ;)
  18. wakabayashi

    Sitemap

    Which sitemap module? I think user should define, what should be in. Of course there should be option for categories, products, blog, manufactures, suppliers and cms pages.
  19. Hello I know, that we have some server experts here. Maybe somebody could explain, how caching is working. It confuses me, that there are many different caching methods. As far as I know, I have the following: nginx cache redis cache smarty cache full page cache Additional there is the browser cache, right? Which one is doing what? Where are the risks? I am always afraid that visitor could see outdated informations. Let's say I change price of a product. Is there a risk, that customer sees the old price? What if I change tpl files?
  20. wakabayashi

    Which tpl

    Nice! Good Night!
  21. wakabayashi

    Which tpl

    This is core tpl file. It's not a module. Just go to your theme folder and search for cms.tpl.
  22. wakabayashi

    Which tpl

    Tipp: You can find this out very easily by your own. Just use a modern browser where you can select an element to inspect it. It shows immediately that its h1. To find out which tpl file, you just read body id="". The id normally tells you the tpl file!
  23. wakabayashi

    Which tpl

    Well then just open cms.tpl and search for
  24. wakabayashi

    Which tpl

    Oh one second. You wanna remove really the header? Or the headline?
  25. wakabayashi

    Which tpl

    If it's a cms page it's cms.tpl. It's easier to help if you send a link, so we can see the source code!
×
×
  • Create New...