Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    912
  • Joined

  • Last visited

  • Days Won

    62

Posts posted by the.rampage.rado

  1. Regarding the zip extension - yes, probably before you switched to php 7.4 this extension was enabled. And now you have to find in your cPanel (or WHM) where to enable it. Look for "Select PHP Version" and it should be inside.

    image.png.56dfd3c1e51a1177820b52084bb11b9b.pngimage.png.1e0df07179fdd251a079ffa381be57c2.png

    Something similar to that.

    Regarding the tbupdater - it's strange that this message shows on your version. You have not updated your thirtybees core recently, right?

  2. Regarding the zip issue - go to your server and install/turn on zip extension. This should fix the archive extraction issue from the second post.

     

    image.png.fbf29bae8c3572f71ded14a88e0e58e8.png

    Regarding the 1.1.0 version - either this is not true or you have something messed up in your site because the later error regarding tbupdater should not be displayed on thirtybees 1.1.0.

  3. I would like to add this code to my site for one antifraud module:
     

    <script>
    	(function(){
    		function s() {
    			var e = document.createElement('script');
    			e.type = 'text/javascript';
    			e.async = true;
    			e.src = ('https:' === document.location.protocol ? 'https://' : 'http://') + 'cdn.fraudlabspro.com/s.js';
    			var s = document.getElementsByTagName('script')[0];
    			s.parentNode.insertBefore(e, s);
    		}			  
    		(window.attachEvent) ? window.attachEvent('onload', s) : window.addEventListener('load', s, false);
    	})();
    </script>

    but it get's commented out:
     

    <script type="text/javascript">/* <![CDATA[ */;window.addEventListener('load',function(){if(typeof window.cookieconsent!=='undefined'){window.cookieconsent.initialise({"position":"bottom-right","static":false,"theme":"edgeless","palette":{"popup":{"background":"#004c99","text":"#ffffff"},"button":{"background":"#f1d600","text":"#000000"}},"geoip":false,"content":{"message":SOME MESSAGE FROM THE COOKIE MODULE}});}});;window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
    gtag('js',new Date());gtag('config','G-R6CE3JK4G6');;(function(){function s(){var e=document.createElement('script');e.type='text/javascript';e.async=true;e.src=('https:'===document.location.protocol?'https://':'http://')+'cdn.fraudlabspro.com/s.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(e,s);}
    (window.attachEvent)?window.attachEvent('onload',s):window.addEventListener('load',s,false);})();/* ]]> */</script>
    </body></html>

    despite I have accepted the cookies in the popupbanner?

  4. I guess you were using it before version 2.1 and after the update all your images went 'dark'?

    https://github.com/thirtybees/homeslider/commit/73c1fa170fd4df103f1eb8761cd8ed283092e79b

    If so look here what changes were done in 2.1 and find your images in /modules/homeslider/ and reupload them in the module. This will save them to their new location. This was done so future updates of the module don't delete them.

    If this is not the case, please elaborate so we can help! Thanks!

     

  5. Link to Core Updater 1.6.6 - https://github.com/thirtybees/coreupdater/releases/download/1.6.6/coreupdater-v1.6.6.zip

    What do you mean by not working? Give us more information. thirtybees version at the moment, error that the module gives, etc. With only 'not working' it's very hard to guess what's going on.

    If you are on thirtybees 1.5 or later tbupdater is not needed as its functionality is moved in the core of thirtybees and the module should be uninstalled and deleted from your server. For versions before 1.5 it should be kept as it's used to update the other modules.

  6. Uninstall it. It's no longer needed if you're on thirtybees 1.5 or later.

     

    tbupdater, not core updater, they are 2 completely different modules, doing different things.

    Core updater should be kept installed.

  7. You should see your Core updater module in your modules list (under All or Administration tabs). Current version is 1.6.6.

    Those notices should not affect your shop's functionality in any way but they will populate in your error_log and it will grow slowly over time.

    If you can I would advise to roll back to php 8.0 or 8.1 and they should stop showing. In future they will be fixed for your current version.

    If you can't roll back your php version I would advise to check if your order process is affected, or you see any issues and if no such concerns are present I would proceed with them. Yes, they are little annoying but they should not be a showstoppers.

    I'll investigate and file a github issue if I manage to preproduce them. If possible could you share what you see here (Advanced->Configuration information), please hide the confidantial information on the left of the page!!! : image.png.5e99e3fcf4d7dc7b62b0a15be542c89a.pngimage.png.e0977628f324186563942394e45d5e2a.png

  8. All of those are notices. As such those don't pose a DIRECT issue to your site - it should be working and accepting orders normally.

    If you need help you have to be little more respectful that this is a free community and nobody here is paid to support such issues. We can assist but in our free time and in our own capabilities.

    Now I'll close this thread and let continue in the other. 

  9. You will find some interesting things inside (if you have enough ram and notepad++) 😄

    Download it, delete it from the server and wait couple of days, then open the new error_log and see what is pumping lines.

    Also a useful module to see those (and many more) in backoffice is "Collect PHP Logs" module. You can find it your list, install and keep it installed.

    I bet you switched php versions recently (or your hosting did and you don't know about it).

×
×
  • Create New...