imokweb
Forum Replies Created
-
I sent
Hi Mustafa!
Thank you for the clarification — that makes sense.
I’ve made a few adjustments based on your recommendations:
- Set the cache TTL to 11 hours
- Excluded
/wp-admin/admin-ajax.phpfrom cache - Excluded the
magic-loginquery string from caching - Also excluded the
/magic-login*URI to be safe
Exclude settings: https://prnt.sc/qrp_aqYJcvTo
TTL Settings: https://prnt.sc/KXYca_CBOCCP
I’d prefer to keep the AJAX method enabled, since the login form is loaded globally (it appears in a popup when users click “My Account” in the header), so disabling AJAX and cache isn’t really ideal in this case.
I’ll monitor things and see if these changes resolve the intermittent “Invalid request” issue.
Thanks again for pointing me in the right direction!
hi @alamin56649
Just in case there is something more left there, they have changed the title to for the posts and they say that WordPress Directorist Plugin <= 8.6.3 is vulnerable to a medium priority Broken Access Control, WordPress Directorist Plugin <= 8.6.3 is vulnerable to Open Redirection
thanks
Hi There
I’m having the same issue. Is there a fix for this?
thanks
I found the issue, sorry for bothering.
Hi again
I also tried to troubleshoot mode in WordPress with the site health check plugin.
The result is the same. Empty CSV file@claborier
Hello,First of all, congrats on this question because this is really important when it comes to working in local dev environments with multiple team members.
Could you please share the code you created for the import? We really need it. If you did not manage to do it, we will attempt to do it ourselves.
@tw2113
It would really come in handy if the core dev team could implement something like the ACF fields has, where this functionality is taken care of by the core plugin, rather than everybody writing their own code.
Example: https://www.billerickson.net/acf-json-with-git/Ultimately, it would be even better if migrations finally could reach WordPress just like Laravel does it in its elegant way.
https://laravel.com/docs/9.x/migrationsThanks for everything,
Keep on rocking 🤘
I.We would like this added as well. We’ve been using it so far and it would be great to have it as an option at least!
Thanks for your consideration!
- This reply was modified 3 years, 10 months ago by imokweb.
Hi again
It is not fixed yet, this happens from time to time and it lasts a second max.
Where can I create the support ticket?
thanksHi Peter,
I deleted this code from the functions.php and tried to add the URL to Wordfence Central.
NOW it WORKS!Thank you very much for your support.
Have a nice day.//Only Allow authenticated requests add_filter('rest_authentication_errors', function ($result) { if (!empty($result)) { return $result; } //REST API endpoints if (!is_user_logged_in() ) { return new WP_Error('rest_not_logged_in', 'You are not currently logged in.', array('status' => 401)); } return $result; });Hello Peter,
Thank you for the quick response.
I made the changes in the Wordfence > Dashboard > Global Options > General Wordfence Options > How does Wordfence get IPs
and I have selected the
“Use the Cloudflare “CF-Connecting-IP”,
but there are no results.
When I try to read the URL o Dashboard – I get the same response.Should I create an admin user for you?
Thank you.BTW,
If you found the issue, please let us know how to proceed – we have a lot of projects.Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Bulk deleteHello there!
I have the same problem, and the plugin deactivation and deletion just not remove the redirects records from the database because if I reinstall the plugin the records are there!
What is the DB table name to remove it from the PHPMyAdmin?
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache REST API enable returned 500 errorForum: Plugins
In reply to: [LiteSpeed Cache] Cache REST API enable returned 500 errorHello,
Same issue here. The API request works fine it’s just the status throws 500.
Why is this happening?Thanks!
Istvan