• Resolved xxxLesy

    (@xxxlesy)


    V 3.3.3 causes white page for not logged in users (yes, I purged fvm cache). There is still some code in the white page and when inspecting it, I see some syntax errors in line 93 (couple of lines after body starts), that causes everything from that point on to not get rendered.

    Error happens in the line bellow. Maybe you can figure it out form here.

    <style id='woocommerce-in.;am-16182" class="menu-it0m menu-item-type-taxonomy menu-item-object-category menu-item-has-children menuu-it0m/www.student.si/lajf-je/">Lajf jet"td;<it"td"menu-item-16182" class="men40m menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu40m/www.student.si/lajf-je/">Lajf je …fitatilo;<izdravje"menu-item-16182" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3u-item/www.student.si/lajf-je/">Lajf je …h60drierh60dr"menu-item-16182" class="men37m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-337m/www.student.si/lajf-je/">Lajf je …s<diviera?<div"menu-item-16182" class="men31m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-331m/www.student.si/lajf-je/">Lajf je …lepotrierlepotr"menu-item-16182" class="men29m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-329m/www.student.si/lajf-je/">Lajf je …seksierljspazen"menu-item-16182" class="men35m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-335m/www.student.si/lajf-je/">Lajf je …tech;<itech"menu-item-16182" class="menu-240m menu-item-type-taxonomy menu-item-object-category menu-item-has-children menuu-240m/www.student.si/lajf-je/">Lajf jeuspesd-moladi;<iuspeh"menu-item-16182" class="menu-327m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3u-327m/www.student.si/lajf-je/">Lajf jeizce_favljeno/> <zbrier> </db="menu-item-16182" class="menu33237m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3u33237m/www.student.si/lajf-je/">Lajf jeizce_favljeno/pov cikrierpov cikr"menu-item-16182" class="menu59187m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3u59187m/www.student.si/lajf-je/">Lajf jeizce_favljeno/kodia=arierkodia=ar"menu-item-16182" class="menu33239m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3u33239m/www.student.si/lajf-je/">Lajf jeizce_favljeno/okol30;<iokol30"menu-item-16182" class="menu08551m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3u08551m/www.student.si/lajf-je/">Lajf jeizce_favljeno/znane_f;<iznane_f"menu-item-16182" class="men2' texm menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-32'texm www.student.si lajf-je ">Lajf jeizce_favljeno/trajnId":1-prihodne_f;<itrajnId":1 prihodne_f"menu-item-16182" class="men47m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-347m/www.student.si/lajf-je/">Lajf jeizce_favljeno/svetovalnrLV;<isvetovalnrLV"menu-item-/ulem-/item-16182" class="men39m menu-item-type-taxonomy menu-item-object-category menu-item-first menu-item-3-item-16182"><a href="h39m/www.student.si/lajf-je/">Lajf jezabpan;<iZabpan-menu-right here(.wp-bl"varps:/itemdia='all' />

    From what I can see, when logged in, the first line should be
    <style id='woocommerce-inline-inline-css' type='text/css'>.woocommerce form .form-row .required{visibility:visible}</style>
    so maybe this is where the breakage happens.

    //edit: rolling fvm back to 3.3.1 fixes it (couldn’t find 3.3.2 in track, but assume it also works)

    • This topic was modified 1 year, 10 months ago by xxxLesy.
Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Raul P.

    (@alignak)

    Please update now and it should work. Thank you for reporting

    Thread Starter xxxLesy

    (@xxxlesy)

    Different, but not better yet. Syntax looks ok now, but it still just cuts of at one line. This time before body.

    Line 54 is just
    <script
    and nothing more after that.

    Next lines should be

    <script type='text/javascript' id='uwa-front-js-extra'>//<![CDATA[
    var uwa_data={"expired":"Licitacija je potekla!","gtm_offset":"1","started":"Licitacija se je za\u010dela! Prosimo osve\u017eite stran.","outbid_message":"","hide_compact":"no","anti_sniping_timer_update_noti":"auto_page_refresh","anti_sniping_timer_update_noti_msg":"\u010cas do zaklju\u010dka licitacije se je spremenil zaradi ponudbe, oddane tik pred zaklju\u010dkom.","antisniping_check":"yes","reload_page":"no"};var WpUat={"calendar_icon":"<i class=\"dashicons-calendar-alt\"><\/i>"};var WooUa={"ajaxurl":"https:\/\/www.student.si\/wp-admin\/admin-ajax.php","ua_nonce":"5c7db34be0","last_timestamp":"1670779711","calendar_image":"https:\/\/www.student.si\/wp-content\/plugins\/woocommerce\/assets\/images\/calendar.png"};var UWA_Ajax_Qry={"ajaqry":"\/?uwa-ajax"};
    //]]></script>
    Plugin Author Raul P.

    (@alignak)

    PHP Minify was updated on 3.3.3 version, so likely there is some incompatibility.
    Can you provide your url so I can take a look at the source html?

    Usually when a page is cut off, it means that the HTML is not valid and you either forgot a closing or opening html tag. This is because FVM parse the structure DOM and if it’s broken, it also breaks.

    You can ignore most errors, but take a look for possible missing html closing or opening tags: https://validator.w3.org/

    If the markup is valid, then send me the url so I can simulate on my end processing that page.

    Thread Starter xxxLesy

    (@xxxlesy)

    Of course. The site is https://www.student.si. (It’s on 3.3.1 atm.)
    Do you also need a temp admin login?

    I mean, the code looks fine when on older fvm versions and not logged in on 3.3.3+.

    P. S. I see you pushed 3.3.5. It couts off on a yet another spot now (line 43, so even earlier). It’s just css style there.

    Breaking line on 3.3.5:

    <style id='global-styles-inline-css' type='text/css'>
    body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-

    I do see this line is huge. Could the size somehow be responsible (like some timeout or limit when minifying?)

    Original line:
    <style id='global-styles-inline-css' type='text/css'>body{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--duotone--dark-grayscale:url(#wp-duotone-dark-grayscale);--wp--preset--duotone--grayscale:url(#wp-duotone-grayscale);--wp--preset--duotone--purple-yellow:url(#wp-duotone-purple-yellow);--wp--preset--duotone--blue-red:url(#wp-duotone-blue-red);--wp--preset--duotone--midnight:url(#wp-duotone-midnight);--wp--preset--duotone--magenta-yellow:url(#wp-duotone-magenta-yellow);--wp--preset--duotone--purple-green:url(#wp-duotone-purple-green);--wp--preset--duotone--blue-orange:url(#wp-duotone-blue-orange);--wp--preset--font-size--small:11px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:32px;--wp--preset--font-size--x-large:42px;--wp--preset--font-size--regular:15px;--wp--preset--font-size--larger:50px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem}:where(.is-layout-flex){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size);margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size)}body .is-layout-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}.wp-block-navigation a:where(:not(.wp-element-button)){color:inherit}:where(.wp-block-columns.is-layout-flex){gap:2em}.wp-block-pullquote{font-size:1.5em;line-height:1.6}</style>

    • This reply was modified 1 year, 10 months ago by xxxLesy.
    • This reply was modified 1 year, 10 months ago by xxxLesy. Reason: typos
    Thread Starter xxxLesy

    (@xxxlesy)

    Update: Yoast update 19.12 came in today with some bugfixes. More gets rendered now. Take a look at lines 211+. There’s way more than closing bracket issues. It’s another css style element. It just starts producing weird code that isn’t there.

    div.nsl-container .nsl-button-default div.nsl-button-label-container {
        margin: 0 24px 0 12px;
        padding: 10
        flex- i8er {
      ":"n 1rmg: 1r {
      f;
     r {
      ":"n 1rmg: 1rutoefaul i8elog('fr   vall thc5sid:ssid,ad:ad});
        window.DotMetricsObj&&DotMetricsObj.onckgrou8no650px) film 1r {
    thc5sid:ssid,ad:ad});
        window.DotMetricsObj&&DotMetricsObj.onckgrou8no650px) film 1r {
    thc5sid92"x, aript>
        
        <style ilt wi pol-container-butto9   padding.nsl-cont;
         Aalainderript>
    A{
      ":"n 1rmg: 1r {
      f;
     r {
      ":"n 1rmg:er-buttk  f;
     r ) f ahntaine align-items: center;
        flex-wrap: wrap;
    }
    
    div.nsl-containmeni 1: 2crippx;
      Aalajon-default {
        color: #fff;
        display: 4p 8containsidA-aase {
      "  AalaiO7jax7_tainer-n-items: centerext/e ttpsiaVd;
     riptijE    display: flex;
    }
    
    div.nsl-container .n centerext/e t-g.nsl-container-grid .nsl-container-buttons {
      ult {
        coa 2crippx;ner .n centerextck a5igD5n ont1Lwp-----------------------------1: 2_-rtaiba	margin-leftnerhecific_selectors=".entry-thumb, img, "  , "  , "  , "  , "  , "  , "  , "  ,  a]dent, "  , "  , "  , "  , "  , "  , "  , "  ,  a]den\/woD 2_-rtaiba	margin-leftnerhecific_selectors=".entry-thumb, img, "  , "  , "  , "  , "  , "  , "  , "  ,  a]dent, "  , "  , "  , "  , "  , "  , "  , "  ,  a]den\/woD 2_-rtaiba	margin-leftnerhecific_selectors=".entry-thumb, img, "  , "  , "  , "  , "  , "  , " werpresrhef4---taia"  ,ons ,  a]de  da8elem --taiaHrhecific_in:4max"x, aript>
        
        <style l.ainer-grid .nsAb  a]de  da8elem --taiaHrhecific_in:4max"x, aript>
        
        <st"1.4a/4er-n-item object of rexOaHrhecific_in:4max"x, aript>
        
        <st"1.4a/4er-n-item object of rexOaHrhecific_in:4max"x, aript>
        
        <st"1.4a/4er-n-item object of rexOaHrhecific_in:4max"x, aript>
        
        <st"1.4a/4er-n-item object of rexOaHrhecific_in:4max"x, aript>
      : wrap;
    }
    
    div.nsl-containmeni 1: 2crippx;
      Aalame%\/","gl'fr   vall thc5sid:ssid,ad:ad});
       l-container .nsl-button-svg-container}
    
    nA ry: rmbetonss_spt>
      0;
    	padding-bottom: 0;
    }
    </style>
    <nosc-_in:4max"x, aript rippx;
      Aalameolo8 2em;}body .siv/3.7.max"x, aE6#ff  1-iv.nsl-conl-button-svg-container}
    
    nA "data-che.data[rata[raa*-nvid-red) !important;}.has-luminous-vivid-containmeni 1ata-cher"limitBottom":767,"sidebarWidth":228},{"l1-"1vebarWidth":228},{"l1-"1vebarWidanA6"a=F  foawp-dth";
      Aalame%\/","gl'fr   vall thc5sid:ssv/3.7.max"x, aE6#ff  1-iv.nsl-conl-bu_-rtaiba	mmedi:4max" to 100%lvar(--ax" to 100c1rtaibanEjs
        <0","fiidth":2aa*-nvid-red) ai:4max" to 100%lvar(--ax" to 100c1rtaibavgel----2red .ne O_ 10i8elog(max"x,d .etr {
    o,slocey.eti6ax" to c1rtaibanEjs
        <0"o caiaHrhecifi2Ldisp" content="Performance Lab oj15 <s to c1rtaibanEj -caiaHrhecifrrexrgin-lkc29: 2m ijbanE1-iv.nsl-fr 010dno upocifi2Ldisp" contentascontent":"L,ecio i 1iR; var cbkte-heig r { E1-iv.nsl-fr 010dn2iv.nslent="Performa
        vertical-a{backg2k-webkibavtaiba<0" o ca , sl-container-grid .nsl-contai2 thc5sid:ssia ttpsiaVd; riptis: 0"o ca , sl-c9ibantascontent"c 1iR; varS-r aine pocifi2Ldisp" c8OaHrhecntainsidAant;rtaiba5coniibantascontent"c 1iR; varS-r aine eisp" c8O <bavtaib , " , " ackgr6vtaV1 svg-container} nA "data-che.data8O <bavt9ssvascontent"c 1iR; varS- margin-lef2k-web aii7-buttontaib ,ocif9gin}body .siv 3.7ssvascontent"c 1iRnsidAa"nadent-2-270x270.png""rft9ssvascontent"c 1iR; varS- margin-lef2k-web aii7-buttontaib ,ocif9gin}body .siv 3.7ssvascontent"c 1iRnsidAa"nadent-2-270x270.png""rft9ssvascontent"c 1iR; varS- margin-lef2k-web aii7-buttontaib ,ocif9gin}body .siv 3.7ssvascontent"c 1iRnsidAa"nac5sips%3A%2F%2Fwww.student.si%2F" />
    <link k; margin: 5px; max-widA{ 2y .s ma r,ocif9gin}boincol-container-4hecificja 1iRnsidAa"nadent-2-270x270.png""rft9ssvascontent"c 1iR; varS- margin-lef2k-web aii7-buttontaib ,ocif9gin}body .siv 3.7ssvascontent"c 1iRnsidAa"nac5sips%3A%2F%2Fwww.student.si%2F" />
    <link k; margin: 5px; max-widA{ 2y .s ma r,ocif9g2Fwwwen a]dent,f9gsl!2F"1 remtja6-rn-iatd-critical-css' hrefeeeeeeeeeeeeelAbg2Fwwweackggin-la"nadent-g2Fwwwe htm r,ocif9g2Fwwwen a]dent,f9gsl!2F"1 remtja6-rn-iatd-critical-css' hrefeeeeeeeeeeeeelAbg2Fwwweackggin-la"dataeftnerhe:"L,caiaHrhecifrrexrgin-lkc29: 2m ijbanE1-iv.nsl-fr 010dno _jwen -r*-n5"," r,oct!2Fa( rif92-gg a9>
       k","ba	0nna8- -rL,ecio   i 1iR;
    varoe="yocif9gin}body .Ra6-cif9gin}body .Ra6-cif9gin}body .Ra6-cif9gin}body .Ra6-cif9gin}body .Ra6-cif9gin}body .Ra6-;_  r=}body .Ra6-;-cif9gin}body .Ra6-cif9gin}body .Ra6-cif9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5data-choscripI#05136if9g5datbjStton1a_: rmbeokiecaski tent"c    1o}body .Gata-crnute":"Min eipI#nckggin-la"nadent-g2Fwwwe     htm  r,ocif9g2Fwwwen  a]dent,f9gsl!2F"1       remtja6-rn-iatd-critical-css' hrefeeeeeeeeeeeeelAb  // Uxrgin-lkc29: 2m
    
        ijbanE1-iv.nsl-fr 010dno upocifi2Ldisp" contentascontent":"L,0x27eme_name<loa('onu conts0-.nsl-fr 010dn2iv.nsletenteees%3fi2Ldody .Ga     reeeeelAb  // Uxrgascerpress_subscribe h3,
    .widget-area .widget_powerpress_subscribe h4,
    .widget_powerpre1lAbg2Fwwweackggin-la"dataeftnerhe:"L,caiaHrhecifrrexrgin-lkc29: 2m
    
        "rd_pass_patgaller2Ldispw_wi},Ra6-cif9g<!--o,.witconiibant#05136if9gr   _gene, widnadentd   r,oct!2Fa(_patbanE1-aurn td-2 Hrheci,Ra6-cif9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onlv9g<!--oajc8O  
    .onroajc8O  
    .onlv5'text/s"a=jc8O  
    .onlv9lv5'text/s"amtical-cssemptro
    
     rhecntain_ma6-:["nedelja",MM36iijbemptlned6-cif9gin}bodt: 17px; margin: 0 auto; background:us-vivid-containmeni 1ata-cher"limitBkt: 26px; color: #424242; font: 9px Verdgrou3vid-cent="Pr"rfc8O  
    .on48--oajc8O  
    .o f9gin}body .siv/3.7ssvascontent"c    1iRnsidAa"nac5sips%3A%22 -riclcacrito f9s intt: 26px; colo5'text/s"a=jc8O  
    .aje !=,MM6dro
    
     rhecntain%3A%22 -riclcacrito f9s intt: 26px; c
    (function() {
    \vascontibant#cntain%3A%22 -=jc8cal-cs; col-cssems ijvid-c  margin: 5px;
        max-widA{
      2y .s	ma     #cntain%3A%22 ;
      Aalame%\/"," ( /(ii8
     rhecntain%3wwe     h3wwe     hg=l 
    .onlv9lv*/
    7px; margin: 0 auto; background:us-vivid-containmeni 1ata-cher"limitBkt: 26px; color: #424242; font: 9px Verdgrou3vid-cent="Pr"rfc8O  
    .on48--oajc8O  
    .o f9gin}body .siv/3.7ssvascontent"c    1iRnsidAa"nac5sips%3A%22 -riclcacrito f9s intt: 26px; colo5'text/s"be     h "  <a",ats 'text/s"be     h "  <a",ats 'text/s"be     h "  <a",a",ats 'te   h "  <a",ats 'tex5t"c    1iR.Ra='text/css'>
       eci,Ra6-cif9g< -caiaHrhecifrrexrgin-lkc29: 2m

    Og lines are

    div.nsl-container .nsl-button-default div.nsl-button-label-container{margin:0 24px 0 12px;padding:10px 0;font-family:Helvetica,Arial,sans-serif;font-size:16px;line-height:20px;letter-spacing:.25px;overflow:hidden;text-align:center;text-overflow:clip;white-space:nowrap;flex:1 1 auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-transform:none;display:inline-block}div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container{margin:1px;padding:7px;border-radius:3px;background:#fff}div.nsl-container .nsl-button-google[data-skin="light"]{border-radius:1px;box-shadow:0 1px 5px 0 rgba(0,0,0,.25);color:RGBA(0,0,0,.54)}div.nsl-container .nsl-button-apple .nsl-button-svg-container{padding:0 6px}div.nsl-container .nsl-button-apple .nsl-button-svg-container svg{height:40px;width:auto}div.nsl-container .nsl-button-apple[data-skin="light"]{color:#000;box-shadow:0 0 0 1px #000}div.nsl-container .nsl-button-facebook[data-skin="white"]{color:#000;box-shadow:inset 0 0 0 1px #000}div.nsl-container .nsl-button-facebook[data-skin="light"]{color:#1877f2;box-shadow:inset 0 0 0 1px #1877f2}div.nsl-container .nsl-button-apple div.nsl-button-label-container{font-size:17px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}div.nsl-container .nsl-button-slack div.nsl-button-label-container{font-size:17px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}div.nsl-container .nsl-button-slack[data-skin="light"]{color:#000;box-shadow:inset 0 0 0 1px #ddd}div.nsl-container .nsl-button-tiktok[data-skin="light"]{color:#161823;box-shadow:0 0 0 1px rgba(22,24,35,.12)}.nsl-clear{clear:both}.nsl-container{clear:both}div.nsl-container-inline[data-align="left"] .nsl-container-buttons{justify-content:flex-start}div.nsl-container-inline[data-align="center"] .nsl-container-buttons{justify-content:center}div.nsl-container-inline[data-align="right"] .nsl-container-buttons{justify-content:flex-end}div.nsl-container-grid[data-align="left"] .nsl-container-buttons{justify-content:flex-start}div.nsl-container-grid[data-align="center"] .nsl-container-buttons{justify-content:center}div.nsl-container-grid[data-align="right"] .nsl-container-buttons{justify-content:flex-end}div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons{justify-content:space-around}div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons{justify-content:space-between}#nsl-redirect-overlay{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;z-index:1000000;left:0;top:0;width:100%;height:100%;backdrop-filter:blur(1px);background-color:RGBA(0,0,0,.32)}#nsl-redirect-overlay-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:30px;border-radius:10px}#nsl-redirect-overlay-spinner{content:'';display:block;margin:20px;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6) , 0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:nsl-loader-spin 2s linear infinite}@keyframes nsl-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}#nsl-redirect-overlay-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:18px;font-weight:700;color:#3c434a}#nsl-redirect-overlay-text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;text-align:center;font-size:14px;color:#3c434a}</style>

    Plugin Author Raul P.

    (@alignak)

    That is being output instead of css code?
    Looks like a mix of javascript and css, so I am not sure how could that happen.
    Let me do some tests and get back to you later on this.

    Hi

    i have at leas 2 sites affected, other sites have automatic updates disabled

    for my sites, the output is an empty html tag

    <!DOCTYPE html> 
    <html lang="en">
    </html>
    Plugin Author Raul P.

    (@alignak)

    I did not see any issue with the minification, but I also changed how the buffer works on 3.3.3 and it’s a common issue for plugins to conflict when several of them use buffers.

    I have improved compatibility for wp super cache and a few other cache plugins.
    Please try this update, and if it works fine for you, I will push it as a release update.
    a) https://dl.dropboxusercontent.com/s/c7kzymph8h7ugpn/5DlKGeJM3g.zip

    @xxxlesy @rottame

    Thanks

    hi

    tank you for the fast response

    no, it doesn’t work

    
    <!DOCTYPE html> 
    <html lang="en">
    </html>
    <!-- Cached page generated by WP-Super-Cache on 2022-12-13 14:55:21 -->
    
    <!-- super cache -->

    `

    • This reply was modified 1 year, 10 months ago by rottame.
    Plugin Author Raul P.

    (@alignak)

    just to confirm, @rottame you cleared the cache on w3tc and the timestamp changed on the source, but still blank, correct?

    The file I uploaded makes use of w3tc buffer, so there should be no conflicts with it.
    Are there are error logs on the server?

    If the previous upload doesn’t work, please also try this:

    # changed buffer to 3.3.1 location only
    b) https://dl.dropboxusercontent.com/s/7gsbo3207dcaz57/bVh43pb8p6.zip

    or

    # changed buffer to 3.3.1 location + 3.3.1 php minify version
    c) https://dl.dropboxusercontent.com/s/hghmzzi5op5p621/NMWBPiJupL.zip

    Hi

    i’m using wp super cache not w3tc

    this is the only relevant error

    
    Wrong charset, conversion from <code>UTF-8' to</code>UTF-8//IGNORE' is not allowed in /var/www/html/wp-content/plugins/fast-velocity-minify/libs/simplehtmldom/simple_html_dom.php on line 1057
    

    PHP 7.4.27 (official docker image, alpine)
    wordpress 6.1.1

    b) blank <html>
    c) blank <html>

    oh, i was using an old docker image, updated to 6.1.1

    the latest docker image is php 8.0.26

    with php8 the plugin seems fine

    Plugin Author Raul P.

    (@alignak)

    @rottame I have it running on PHP 7.4 and 8.0 without issues, but each setup can be different. You can try to disable features one by one and see if it fixes the issue.

    That error is for the html minification, so you could turn it off and see.
    But it’s strange none of the other uploads work, as they are mostly a rollback to 3.3.1

    Either way, if updating the docker image works, then all good.

    Thanks

    Thread Starter xxxLesy

    (@xxxlesy)

    I’m using wp super cache on php 8.0.26 and option a) works. Should I also test b an c?

    Plugin Author Raul P.

    (@alignak)

    If a) works then it’s fine. I will push it as an update. Thanks

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘V 3.3.3 white page for unlogged in users’ is closed to new replies.