Montagar Software, Inc.
Forum Replies Created
-
No problem – didn’t want you needlessly pondering the issue!
Never mind. Figured out the problem was likely due to cached data, as the site is behind CloudFlare. Migrating another theme on top of the existing site somehow got something wedged. So if you’re behind Cloudflare and make a major change, purge CF’s cache…
I’m having the same problem, but not on all pages. My first thought was a javascript error, but I’m not seeing one in the IE console. It seems to occur only on individual posts, but works fine on category pages and the home page.
Forum: Plugins
In reply to: [SEO Rank Reporter] SEO Rank Reporter fatal errorChange this section (in the cURL error message section) in order to see the actual URL being queried.
seo-rank-reporter.php 427c427 < echo "<br />url: " . $value; --- > echo "<br />url: " . $kw_sengine_url;Other forums seem to indicate that google is catching scripted calls like this and returning errors to prevent search result scavenging. So apparently the user-agent rotation isn’t always working very well. You can see the error message if you use curl to request the URL. However, applying this fix will let you see the URL and do it yourself.