SEOreviewtools
Forum Replies Created
-
Forum: Reviews
In reply to: [Keyword Research Tool] Great plugin but hasn’t been updated!It was just updated!
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueSo far, so good. I’ve also remove the pages / tools that where effected from the exclude list and everything seems to work as expected.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueYes, all looks good for now.
Any suggestions on how to configure object cache.. or just leave it disabled?
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueDisabled object cache a couple of hours ago and will report back to you.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueExcluding these pages from cashing isn’t working either. The nonce issue keeps popping up…
Any updates? Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueThis is the report number TEBDTVWF
I’ve excluded all important tools for now from caching.
This tool however uses the same configuration: https://www.seoreviewtools.com/free-headline-generator/ and suffers from the same caching issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueAdditionally it seems to happen much more frequently in Opera compared to other browsers.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed nonce issueHi, it’s not a plugin, but it’s custom code.
// this is how the nonce is created function ajax_login_init(){ do_action( 'litespeed_nonce', 'ajax-nonce'); $ajax_nonce = wp_create_nonce('ajax-nonce'); .... } add_action('init', 'ajax_login_init'); // and this is how the nonce is verified (same file) function fetchUrl() { $nonce = $_REQUEST['nonce']; if ( ! wp_verify_nonce( $nonce, 'ajax-nonce' ) ) { die( 'Nonce value cannot be verified.' ); } die(); } add_action('wp_ajax_fetchUrl', 'fetchUrl'); add_action('wp_ajax_nopriv_fetchUrl', 'fetchUrl');And the function is called by this JavaScript.
function fetchUrl(dataInput){ jQuery.ajaxSetup({ data : { action : 'fetchUrl', nonce: ajax_login_object.login_nonce, ... }, });- This reply was modified 2 years, 8 months ago by SEOreviewtools.
- This reply was modified 2 years, 8 months ago by SEOreviewtools.
Forum: Plugins
In reply to: [Keyword Research Tool] Keyword dataHi gatani, sorry missed your question.. I’ll add India with the next update!
Forum: Plugins
In reply to: [Keyword Research Tool] Embed into a PostHi Dounsa, good question.
The Keyword Research Tool is designed to run as an internal keyword tool and for that reason it is not build as a public embeddable tool.
Cheers,
Jasja ter Horst
Hi miroslavv,
I’m using my own custom theme (didn’t do any updates to the functions file, before the problem).
And have a stable local version running with the 2 plugins.
But my server is running on PHP version: 7.0.33
Also did a manual full WP core updateAny suggestions in what direction to look?
Hi Steven,
They both are individually causing the front and admin area to generate 500 errors.