kebabas
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Login popup cached, not workingdeliberately type some non-exist user or incorrect password on existing user, does it also stuck there
So I tried this – and yes, it gets stuck with any text I enter to username or password fields. I assume it doesn’t get out of this popup to check if entered data is correct
Forum: Plugins
In reply to: [LiteSpeed Cache] Login popup cached, not workingIn that log I have found couple of entries with ESI:
02/19/20 19:14:27.206 [46.17.175.116:24865 1 ISy] [ESI] Append nonce action to nonce list [action] yz-ajax-login-nonce
02/19/20 19:14:32.342 [185.110.135.79:53026 1 0Wt] [ESI] Append nonce action to nonce list [action] yz-ajax-login-nonceHowever, I have no clue what it means. Is it working?
Forum: Plugins
In reply to: [LiteSpeed Cache] Login popup cached, not workingHi, seems the problem remains after all.
Yesterday it was working probably because I have purged all cache after I placed that code snippet. Today I have the same issue remaining, it gets stuck on “Authenticating” again.
Any other ideas what could be causing this?Forum: Plugins
In reply to: [LiteSpeed Cache] Login popup cached, not workingSo far looks fine, but it’s hard to tell just yet, as it was randomly working / not working before. I will test it few more days.
If I will run into this problem again, I will let you know.Thanks for great support
Forum: Plugins
In reply to: [LiteSpeed Cache] Login popup cached, not workingHi, thanks for your answer.
I have found a line like this:
$ajax_nonce = wp_create_nonce( ‘yz-ajax-login-nonce’ );So does it mean I need to add such line:
LiteSpeed_Cache_API::nonce_action( ‘yz-ajax-login-nonce’ )result would be:
LiteSpeed_Cache_API::nonce_action( ‘yz-ajax-login-nonce’ );
$ajax_nonce = wp_create_nonce( ‘yz-ajax-login-nonce’ );Is that correct?
- This reply was modified 5 years ago by kebabas. Reason: missed semicolon
Forum: Plugins
In reply to: [LiteSpeed Cache] Login popup cached, not workingHi, I think I have managed to generate one – EQZPSKAO
As far as I understand, the popup is generated by plugin “Youzer panel”. It can be disabled / enabled through Youzer panel / membership settings / Login settings.
Maybe that happens because Ajax setting is enabled? Maybe I can include Ajax to exception list?