

Smile
Administrators-
Posts
296 -
Joined
-
Last visited
-
Days Won
35
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by Smile
-
Myparcel met TB 1.08 geeft problemen
Smile replied to musicmaster's topic in Nederlandstalig Forum - Algemeen
In de update van 2.2.2 en hoger is het verholpen zie ik: https://github.com/myparcelnl/prestashop/releases -
I will try also with the TB theme.... Without TB theme we had some small issues 😉
-
I thought it might be more easy to go from ps 1.6.1.18 to tb 1.0.1 for example
-
I do know that the cache was cleared. And also cleared after the migration.
- 3 replies
-
- migration
- thirtybees
-
(and 7 more)
Tagged with:
-
Is there actually a way using the migration tool to select a certain version?
-
Interesting article, bit to much for now but good to keep in mind after the migration. For testing I also use often developertools -> audits. Anyway I will check this speedtopic again after migration.
-
7.1 all done, Netherlands. Well soon we hope to migrate. This is just one of the preparations. Maybe we decide to get some support hours to optimize the server and installation. Looking at the browser and just bu browsing through the site i found it slow and decided to look into it... I also did those two test which strangely do very well.
-
Can't get very excited: http://beesuits.eu/thbees/ Maybe to many test installations (6-on other cpanel) but should not be an issue as they are not visited...
-
Opcache was not running I did enable it now.
-
Centos -> apache -> nginx -> whm -> cpanel 2 vcpu x64 4gb
-
I have checked https://docs.thirtybees.com/installation/ for the server requirements and did not find it very exciting 😉 We have installed a plain brand new thirty bees. But I found it very slow... >4000 ms I have attached the statistics and cache settings used... I am wondering can I do more? Because I expect I do something wrong on this test site. We run on a VPS. Speed-debug-report.pdf
-
It would be a great option when besides deleting specific prices they also can be edited and placed in a certain order. Could this be added to the roadmap?
- 1 reply
-
- 1
-
-
APC cache has been enabled, but the APC or APCu extension is not available
Smile replied to Smile's question in Technical help
Great thanks! -
Hi, While running the TB migrator module we came along the following error when pressing configure: [PrestaShopException] APC cache has been enabled, but the APC or APCu extension is not available at line 43 in file classes/cache/CacheApc.php 38. * CacheApcCore constructor. 39. */ 40. public function __construct() 41. { 42. if (!extension_loaded('apc') && !extension_loaded('apcu')) { 43. throw new PrestaShopException('APC cache has been enabled, but the APC or APCu extension is not available'); 44. } 45. $this->apcu = extension_loaded('apcu'); 46. } 47. 48. /** CacheApcCore->__construct - [line 131 - classes/cache/Cache.php] CacheCore::getInstance - [line 175 - modules/psonesixmigrator/psonesixmigrator.php] PsOneSixMigrator->getContent - [line 868 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1117 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 43 - override/classes/controller/Controller.php] Controller->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Can I just under WHM -> Module Installers -> install those modules? Without interfering in the current installations? Or does this error comes from somewhere else? In my mind it did not happen on another installation on the same server (php.ini is not changed) We are trying the migrator in a test environment.
-
Thanks. Just another note, could we improve the https://thirtybees.com/feature-request/ site? And also add maybe a price to it like gofundme -> Gofundthisbee..... So many ideas 🙂
-
Thanks, we wills set it up for the themes, overrides and modules folder. Is there a way to have a child theme with the (added custom theme changes?)? Or will this become possible?
-
So basic advice for a noob as me would be: Overrides Modules (maybe not?) Themes folder Possible other changes? Or just the theme...
-
Well I think the whole software makes sense? As sometime specific modules and overrides are used..... We are also working on linking an ERP to the software so.... There can be some serious changes. Correct me if I am wrong....
-
We would like to use bitbucket to track all our changes in the code. But as we do small changes mostly theme this is easily done. We update them on sourcetree and then manually to the live site. We could possibly also use cPanel to link it to the live site, but we don't have experiences jet with that. The question is how to deal with an update by using the update module. Or should we do updates manually by only overwriting files and run a DB update? Or how to solve this? Any one experiences with that?
-
This one is a kind of doing it: https://addons.prestashop.com/en/cross-selling-product-bundles/20221-step-by-step-products-pack.html
-
I am really looking for a configurator setting. So this seems for me to simplistic. Unfortunately.
-
I love the module: https://www.presto-changeo.com/prestashop-attribute-modules/34-113-prestashop-attribute-wizard-pro-module.html But I am looking for a module that can do the same but then for packs. So a predefined product where customers can add or remove products. Making one whole products combined of parts which can also be bought separately. As an example the computer: Which of 3 models PC (3 products are provided as options) Which keyboard (3 products are provided as options) Which mouse (2 products are provided as options) Which screen (10 products are provided as options) Extra network kabel (10 products are provided as options) Add to chart (depending on price a discount as a pack) All consisting of products folowing the normal price for sale in the shop. But when you buy them using the configurator you get a discount. I someone aware of such a module. I am quite sure it should be out there?
-
I am looking for a module what simply can make an export on supplier or multiple supliers. The product sales and the product stock. And a nice to have would be a super small picture. The overview should look for example like this: Product ID, article number, name, supplier, sales numbers(items sold) date range, stock quantity, mini photo. Not sure how it should work which sales coming from pacs and thus deducted from a pack sales. Bit this is less important. I have searched a lot and can't find it I feel I really need something like this as with so much products and Suppliers I am losing the overview what to order. Someone a tip for a module?
-
As I am moving probably from PS to TB, I dare to ask this question hera as the PS form seems dead. Or its just a superrr dificult one ;-) Cron Jobs work fine when I us the url: curl "http://domain.nl/modules/gsitemap/gsitemap-cron.php?token=62d00005f9" But this only generates the sitemap with shop id 1 When I use either: ``` curl "http://domain.nl/modules/gsitemap/gsitemap-cron.php?token=62d00005f&id_shop=1" or curl "http://domain.nl/modules/gsitemap/gsitemap-cron.php?token=62d00005f&id_shop=2" ``` Which is needed for the multistore second domain it does not work. Not manual not from cPanel.... Someone an idea? I do run PS 1.6.1.18 and Gsitemap v3.2.2.
-
(can't find the solved button)