• After my site auto updated it is completely broken and i get errors when inspecting. I tried different browsers and removed all cache.
    When I try to troubleshoot with all other plugins deactivated nothing changes

       Failed to load resource: the server responded with a status of 404 ()

    gutenverse-template-front-page-946202.css:1

    frontend.js?ver=2.0.1:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘hooks’)
    at Object. (frontend.js?ver=2.0.1:1:24711)
    at n (frontend.js?ver=2.0.1:1:110)
    at Module. (frontend.js?ver=2.0.1:1:299301)
    at n (frontend.js?ver=2.0.1:1:110)
    at frontend.js?ver=2.0.1:1:902
    at frontend.js?ver=2.0.1:1:912


    WordPress 6.6.1 is used with theme: Travey. All plugins are updated to the latest version.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gowinda

    (@gowinda)

    Hi,

    I will try to explain to the best of my knowledge. your site is still experiencing mixed content errors. your site is loading HTTPS (https://bmxsport.nl/) while some of the image URLs are still using HTTP (https://bmxsport.nl/wp-content/uploads/2023/03/BMXsport_01_FC.png). If you see the documentation here (https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html) it states that :

    Today we’re announcing that Chrome will gradually start ensuring that https:// pages can only load secure https:// subresources. In a series of steps outlined below, we’ll start blocking mixed content (insecure https:// subresources on https:// pages) by default. This change will improve user privacy and security on the web, and present a clearer browser security UX to users.

    hence the error code 404 which indicates that something was not found. so, here what you can do :

    go to your site editor and find these images, remove them, and then add them back so the url is updated to your site url with https.

    or you can try to edit the url directly. go to your site editor, click on the three dots in the right to corner and then select code editor. find the url with http then change it to https. save and see if it works:

    Plugin Author Agung Bayu

    (@agungjegstudio)

    hi @bmxsport you can try this. go to gutenverse dashboard > settings > frontend > Render Mechanism > and choose inline.

    OR if you want to keep the render mechanism to use file, go to the page you create (or template) and click save.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.