paxton111
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingIs there any other way to donate from PayPal? I don’t use PayPal and they are not available in my country.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingI will donate for sure ??
Cheers
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingWoohoo! Seems to be working. ?? I’ve placed
max_input_vars = 5000
in my user.ini file. It’s saving new mappings normally now. Such a relief.
Really appreciate your help Matt! Will give it a 5 start review ??Best,
Marko
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingOkay, thank you. I will test this by deleting all mappings and then adding again. Will let you know if it worked. Thanks Matt!
Forum: Plugins
In reply to: [Multiple Domain] Mapped page hitting 404I haven’t, what should I check in htaccess? The site works normally tough.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingOkay, thank your Matt. Appreciate your help (if you allow me to suggest it would be good to mention in the plugin description that there is unknown limit as to how much mappings can be added so that people like me know in advance).
Kind regards
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingIs it possible to insert the mappings directly into the database? I know that it’s serialized data under wp_options.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingI understand – but my project depends on this plugin, I would have used other plugins for this. I kindly asked you to give me direction since your plugin obviously doesn’t work.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingThe problem appears again. I’m sure that there are no duplicate mappings.
Once I delete any mapping previously added, it saves normally. But after I try to add more mappings, it won’t save normally (path is missing). I need to solve this. Is it possible to send you admin details so that you can take a look? Or if you could advise me in which direction to look?
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingYes. I deleted all mappings and will start over. Will see how it goes now. I will keep you posted. Thanks!
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Not savingHi Matthias, I’m unable to share screencast as it contains some private URLs, but essentially, once I hit save, and go to check the newly added mapping, it looks like this: https://ibb.co/1JpqDnk
It doesn’t throw any particular error, it says that the mapping is saved successfully (when in fact wasn’t).
Once I delete a couple of random mappings, then it saves normally. I’ve checked the storage space – that doesn’t appear to be an issue as I have plenty of storage.
I guess that is somehow related to the fact that I have a lot of mappings (over 100). Really need to solve this ??Thanks
Hey there,
So I noticed that the token is not valid anymore in Postman even tough I’ve set this expiration date to be two years.
What could be the issue?
Is there a way to test expiry date without waiting?thanks
Thanks, I will test this out!
/** * Change the token's expire value. * * @param int $expire The default "exp" value in timestamp. * @param int $issued_at The "iat" value in timestamp. * * @return int The "nbf" value. */ add_filter( 'jwt_auth_expire', function ( $expire, $issued_at ) { time() + (DAY_IN_SECONDS * 7) return $expire; }, 10, 2 );
It should look like this? And how to set expiry date to be two years?
And where do I need to add this code?Thanks
- This reply was modified 4 years, 3 months ago by paxton111.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Automatically add team to eventCan I ask why? I mean if the game was played, I would love to do it all in the same step. Any chance to update this? Thank you.