CartFlows issue

japozz

New member
Apr 15, 2020
16
1
3
Hello. does anyone else experience the "session expired" problem? the plug worked well until yesterday .. and then this message suddenly on upsell and downsell
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,061
22,063
120
if you are using the version here. you will delete the previous 2 plugins. you will install the 2 plugins here. Cartflow installable + Pro version
 

japozz

New member
Apr 15, 2020
16
1
3
thanks! yes, I installed exactly the version I found here. at the beginning it worked. then he started giving this problem. everything works in test mode. in live mode, only landing, checkout page and ty page work.
 

japozz

New member
Apr 15, 2020
16
1
3
thanks. nothing. I canceled and reinstalled but from mobile I always get the same error. i cleaned the cache but nothing. as soon as I reinstall it, I still get all the flows that I had already implemented. it's normal? expired.jpg
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,061
22,063
120
or..
You could manually add the code below on your functions.php to extend your cookie expiry to whatever timeframe you like. You can, in essence, stop WordPress from ever logging you out by changing the number of seconds to be a much higher number.

add_filter( 'auth_cookie_expiration', 'keep_me_logged_in_for_1_year' );
function keep_me_logged_in_for_1_year( $expirein ) {
return 31556926; // 1 year in seconds
}
 

japozz

New member
Apr 15, 2020
16
1
3
Cannot redeclare keep_me_logged_in_for_1_year() (previously declared in wp-content/plugins/code-snippets/php/snippet-ops.php(446) : eval()'d code:2)
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,061
22,063
120
could you share the screen before you got this error.
 

japozz

New member
Apr 15, 2020
16
1
3
OK sorry. it was my mistake. I had misused "code snippets". I manually reinserted the function and saved it successfully. only that the problem continues. function.png
 

japozz

New member
Apr 15, 2020
16
1
3
I have also disabled all plugins (except woocommerce). I checked that the urls were the same and are the same. but the problem remains.
 

japozz

New member
Apr 15, 2020
16
1
3
I tried to install it on another site and it doesn't work. I guess at this point the problem is with both the plug-in
 
  • Like
Reactions: nobel0

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu