Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,151
  • Joined

  • Last visited

  • Days Won

    97

Everything posted by the.rampage.rado

  1. Thank you! So you could reproduce this? Regarding my use case of media servers - as you said I only use them for cookie-less delivery of static files and this setup saves from sync issues. Literally all static files are loaded by the media server that way. Could we manipulate those headers on app level or they should be configured on server level? I'll make a github issue later, just want to google little bit more in order to try and find possible fixes.
  2. Hello, Something strange happened yesterday. I updated my store to the latest edge channel and went in to do some products. When I went to see how they look in FO the website was lacking css and js files so only bunch of text. Quickly went back and checked if this is related to some recent change I made but I failed to find something. The error is Cross-Origin Read Blocking notice and it only appears in Chrome (both desktop, mobile, 4 separate devices). It is shown because I use media servers feature. When I remove them everything is working correctly. Not only js and css are blocked but also webp, everything that's loaded by the media servers. Could any of you reproduce this error? I think it's not related to recent changes as of yesterday because none of those are related to this. If so what could you offer in order to fix this issue other than not using media servers? Is this option viable solution in my use case? I have 2 subdomains (s1 and s2) that point to root of my site. That way when TB adds new files (images, css, js) there is no need to sync those per hosts. This worked few years back when every speed test online showed recommendations to less files per host to speed the loading times. Is this the same today? Do we need the media servers and is there any viable speed improvements in your test? Is my setup correct (2 subdomains pointing to the same host)? And if they still give a boost in loading speeds how should we handle this issue? I believe it's a recent addition to chromium but everywhere it's said that this should not break any website, despite that mine is pretty much broken. Edge displays the page correctly but still shows these warnings. https://chromestatus.com/feature/5629709824032768 https://anforowicz.github.io/xsdb-demo/index.html EDIT: and here is a recent addition to chrome 105 (despite that I'm using 114 and it worked yesterday): https://chromestatus.com/feature/4933785622675456 that says everything will be blocked if there is no proper configuration in place (ORBv0.1 blocks all range request responses, unless they come from a URL that ORBv0.1 has earlier recognized (via sniffing, or via mime type) as audio or video.)
  3. Most themest use same code structure in this area, so code could be migrated between themes and with little css hackery things should be fine.
  4. @led24ee very nice suggestions! I like them! Also I would find very useful a table display of all combinations in the product page - those that are not available to be greyed out and those that are available to be selectable. Of course those changes would require theme adjustment.
  5. Here's a google result for exact same error but in Laravel. https://stackoverflow.com/questions/30182984/sqlstatehy000-2002-php-network-getaddresses-getaddrinfo-failed-name-or-ser TB is not able to connect to the DB server. Please, check your settings!
  6. Regarding those you should be able to translate all front office lines in Localizations->Translations->Front Office. There you translate the majority of well coded plugins, errors, themes, etc. Regarding the browse button I've disabled file uploads but I believe it's text is displayed based on the customer's browser localization settings. If I'm wrong and this is not the case you should also be able to find a string with 'browse' in the same location above. Best regards,
  7. Clients -> Contacts -> edit each messege here in any language you like
  8. I believe that @Smile and @datakick could describe the module best and what could be achieved.
  9. Hi there! The summer is time to relax and unwind (at least here in Europe 馃槢 ). But it could also be a time fore new ideas. We know that you use TB as part of your business and this gives us hope that you like it. We would like to know what you think of the project so far and ask you for ideas on how and what to implement so we (as a community) could make it better! I tried to gather the most recent topics that floated in the forum, but if you have some nice, new and powerful idea please reach out and I'll edit the pool. Don't forget about our marketplace where you can support developers involved in the project! The core developer team also has set up a backer support platform where you can vow some small (or not so small) amount per month if you like to support the development of the platform! Developing and troubleshooting takes time and resources! Best regards, Rado
  10. I believe he's on 1.4 and the module is not needed there.
  11. Does it happen for each product after that? EDIT: If I remember correctly at one point your hosting plan's storage was full. This is not the case anymore?
  12. As Peter said above - this is most likely a browser/browser cache issue. So please try with different browser or clear cache of the current one and it should be OK. This thread is as old as me but this error is not showing to me currently.
  13. You can check if the suggested fix for this Coreupdater 'issue' in datakick's answers helps showing the correct version and showing the updates:
  14. What happens if you choose your correct php version from the dropdown?
  15. @Uncle, as a start - you have switched to php8 and your TB code version is build for 7.4. You can fix that in coreupdater's settings by choosing the proper version or simply leave it to 'server's version' and check for core updates after every php switch. Please, install error collection module that is shown in your module list and check what error is given there. (you might see some notifications in connection to php 8.0, nothing to worry about if it's not an error.
  16. Not every module is this easy. Some of them apply only the 1.7 theme file hierarchy thus making it more difficult to backport. Just a quick note, could you share this chatgpt module contacts, I'm also interested.
  17. I hope that datakick will come and describe what could be done regarding the images rework. A new modern images part of TB will be quite appealing for many PS users stuck on 1.6 but as you said it will be quite a big change and some problems could pop up.
  18. What happened with the image section work you commited to TB?
  19. So far no issues for me with this update. All errors should be visible in the logs, right? What about Stringify fetches? What is affected by this change in layman terms?
  20. PHP8 was a problem some years ago when the tools did not support it. Now almost everything works and if there are couple of modules that are no longer developed it's worth to pay somebody to fix them for php8. What do you mean by that?
  21. It was showing me the checkbox during all my tests.
  22. Currently I don't have problems in my BO, but I can imagine this would solve quite a lot bruteforce attacks for the community. I'm testing your module now and left the TB captcha only for the BO. Regarding the second question I did some testing and "invisible" is defintely not very user friendly as of now, I tested and managed to input a proper email in the registration option before the checks pass and this is failing when user clicks the button. I believe this option should be preffered if they speed up those checks in future. As of now I belive that the most user friendly option is "non-interactive" as it shows a notification that something is working in the background and should be waited for but does not require any interaction.
  • Create New...