Jump to content
thirty bees forum

musicmaster

Members
  • Posts

    675
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by musicmaster

  1. "Active resource loading counts reached a per-frame limit while the tab was in background. Network requests will be delayed until a previous loading finishes, or the tab is brought to the foreground. See https://www.chromestatus.com/feature/5527160148197376 for more details" This is followed by a long list of "resources" that failed to load: jpg's, css's and js's. Always error: Failed to load resource: net::ERR_CONNECTION_REFUSED At the end there is one Uncaught TypeError: Cannot read property 'offsetHeight' of undefined in widget.js. Unlike what the first message says nothing is restored when the tab is brought to the foreground. I tend to have lots of tabs open. So maybe it is specific to that... Now I had only localhost open. So that can explain part of the problem (localhost isn't automatically restarted). I will look next time again when I have some internet links open.
  2. That is not a bug. Those are just missing translations. See the attached picture. The only thing I found a bit puzzling is that where in Prestashop the incomplete sections are open at the start in Thirty Bees they are all closed.
  3. I am puzzled what you want. What do you mean with "canonical page"?
  4. I found the solution. You need to copy all the pages that are not present in the old setting to the pdf directory. This concerns all the subpages like order-return.product-tab.tpl and the page pagination.tpl. This is likely because those files are assigned to template variables in the php code. The result looks almost the same as in the old PS installation. Only the order lines are too close to each other.
  5. Ik heb nu zelf een vertaling gemaakt en deze geupload in de betreffende thread op het SunnyToo Panda forum
  6. I am transferring a Prestashop 1.6.0 site. I would like to use the same pdf's. However, Thirty Bees uses the PS 1.6.1 system. The most visible difference are the "-tab" files in the newer version. I tried just to copy the files from the old installation to the new but that doesn't work. I get a php error: Fatal error: Cannot redeclare class Smarty in \htdocs\vendor\smarty\smarty\libs\Smarty.class.php on line 1802 Does anyone know whether there is an easy way to make those files suitable for Thirty Bees?
  7. Hi, Is er al iemand die een Nederlandse vertaling van het Panda theme gemaakt heeft? Hoeft niet compleet te zijn...
  8. I don't see an error on the PS site. But you can also download from the first post of this thread (first paragraph, word "here"). And you can also scroll down on the homepage of Prestools.
  9. Solved. I had forgotten to switch it on in the backoffice.
  10. Sounds like the good old "Prestashop admin login loop". Search on that term and you will find many Google entries. Unfortunately there was not a standard solution. Some of the solutions: switch between http and https, clear cache, delete .htaccess, switch "disable Mod Security" in SEO&Urls to yes (a bit tricky), clear browsercache. This is the first time I hear about someone using TB having the problem. A bit puzzing as Michael Dekker blamed it on Mcrypt - what is no longer used. What PHP version are you using?
  11. I have a shop running under https. However, part of the shop seems not to have got the message and I am puzzled why. If you try to create a new customer account or login in an existing one you get "TECHNICAL ERROR: unable to save account Details: Error thrown: [object Object] Text status: error". If you look in the console it is because you are mixing http and https. The form for those transactions has an http: action. With search - an ordinary search instead of Ajax - you get (this is debug mode) This page has moved with a link to an http: address. If you are out of debug mode you get "Too many redirects". I looked at the source in order-opc-new-account.tpl. But that has for customer account form the standard link: {$link->getPageLink('authentication', true, NULL, "back=order-opc")|escape:'html':'UTF-8'} You can try at my testshop at www.bilbil.com. I am using php 7.2
  12. I know that. My points are that some weird things happen: - the module is not replaced during migration from Prestashop and not during upgrade either - the module is not visible in the backoffice. So unlike other modules from which only the translation directory is present it is impossible to install this - unless you take the extra effort to go to the store or Github
  13. Sorry, I was too quick. You can only share certain things, not texts
  14. Not a bug, just a little inconvenience... I have a shop that was upgraded from Prestashop. Under PHP 7.2 it gives those annoying count() warnings for the file cheque.php of the cheque module - even when it is not installed. When I checked it was still the Prestashop module. So I had a look at a fresh TB installation. It contains a /modules/cheque directory with a translations subdirectory. But it is not in my list of modules that I can install in the backoffice. So I am a bit puzzled how Thirty Bees is dealing with this module. Does it have such a module or not? If it has it would be nice when this PS version is overwritten during migration.
  15. That depends on how you set up multishop. If you defined that every shop can have its own text then you won't be able to change that text when multistore is enabled.
  16. You can look at the content of the returned Ajax call. When you have debug active that will contain somewhere in its text a php error. To do that go to the browser's console, chose Network, choose at the left side the Ajax call and then look at its content. See the attached picture.
  17. I want to switch a webshop from Prestashop to Thirty Bees. One of the modules I need to replace charges the customer a fee for the use of Paypal. Unfortunately the search for a replacement isn't going very well. Alabaz wrote: "Thirty Bees is an ecommerce platform "based" on Prestashop but it is not Prestashop. What's more, Thirty Bees expectations for improvements are totally different from those that prestashop has foreseen, which is why it is a "bifurcation" (fork) of the original. If you wish we can budget you to adapt the module for this ecommerce." BestKit wrote the best option yet: unfortunately our module will not work with TB and this payment modules without manual adaptation. For this modules on TB we need to edit source code of payment modules and pass modified total (incl. fee/discount). We can't make clear estimation about this task, basic installation (including manually inserted code to modify total) we can do for free, but if you will not be satisfied with rounding, invoice view, admin order view all future changes will be handled for a fee only Does anybody use such modules on TB?
  18. I read on another post: In 1.0.9 error reporting was revamped, and the display_errors php settings in dev mode was disabled. That means that the theme will work just fine on php7.2 (you will still see the warnings / notices in error log, but not in the page itself).  That doesn't sound like a solution to me. It will make you miss errors so that you can't solve them as soon as they appear and it makes development a lot more work as you need to download the error log each time you make a change. For me it will be reason enough to disable this feature and keep my own solution. I hope that it won't be too difficult to do that. Note that in PHP 7.4 or 7.5 the "each()" function will disappear and this 1.09 kludge will no longer work. The solution I proposed - on the other hand - will keep working. I use it in production and I haven't seen any signal yet of problems. Not on my site and also not on Stackoverflow. As for solutions with a new Smarty version: I have yet to see them working. Until now there isn't even a test version available. The idea of a inserting a new version with a switch back option (like PS 1.4) strikes me as a bit optimistic. I would rather start with a version where the old Smarty version is the default and the new is presented as a kind of "turbo" option. That way you avoid mixing up the existing TB-PS compatibility problems with those caused by the Smarty version incompatibilities. It is also a good way to get a better view on the problems that might be involved.
  19. I found out that this happens when Windows reboots. When you close down or reboot Windows without closing the browser then it will remember which pages you had open and restore those after the restart. In that case Prestashop is restored correctly but Thirty Bees isn't.
  20. Have a look at my tool Copy_Shopdata: https://www.prestashop.com/forums/topic/445453-copy-shopdata-script-for-copying-shop-content-for-upgrade/ It copies the business data but leaves the configuration data of the new installation untouched.
  21. It is a well known problem that Panda's front office doesn't work with PHP 7.2 and debug enabled.
  22. Try Prestools. It is free.
  23. The most common error uploading themes is uploading a zip file that is not the theme but a collection of files - one of which is the theme. Did you check for that?
  24. The usual questions: - what are you seeing in the url field of your browser/ - did you create a database. If you look at it now: has anything been inserted? - did you notice a javascript error? - did you see a php error in the error log of your server?
  25. The only zero it can divide by is CompareSize. I don't know the code very well but my suggestion is to experiment with the (comparison)-period.
×
×
  • Create New...