Roger
Forum Replies Created
-
Final update…
I learned this is a (known) bug with the OS vs the Browser (in this case) – Something I need to fix 😉Sorry for bugging you with this.
Much thanks!Update, when using incognito mode in Firefox, that works. But in regular Firefox, sadly not working. Hope this info helps with support debugging.
Forum: Plugins
In reply to: [Instant Indexing for Google] An error of type E_ERROR was caused in line 400@rankmathteam Terrific! Thank you! 🙂
Forum: Plugins
In reply to: [Instant Indexing for Google] An error of type E_ERROR was caused in line 400@rankmathteam Thank you. Done!
Now the Bing settings are gone. API stats no longer display, and there’s nowhere for me to enter a new Bing API key (or see the existing settings for Bing).
Is this just me? (I did clear the cache, etc.)
Is that being re-added in the next update?
Thank you.
Forum: Plugins
In reply to: [Instant Indexing for Google] An error of type E_ERROR was caused in line 400This is what Rank Math told me to do…
We have identified this issue with the instant indexing from our latest update. To fix this, please deactivate/disable the instant indexing plugin temporarily on your site.
Our development team is already working to resolve this and we would really appreciate your kind patience regarding this matter.
When I receive anything else, I’ll add it here.
Forum: Plugins
In reply to: [Instant Indexing for Google] An error of type E_ERROR was caused in line 400Same issue here! (Using WordPress 5.9 and Rank Math Pro).
Issue did not appear until WordPress upgraded to version 5.9
Error Details ============= An error of type E_ERROR was caused in line 400 of the file /home/bloglogi/public_html/wp-content/plugins/fast-indexing-api/includes/class-instant-indexing.php. Error message: Uncaught Error: Call to undefined method RankMath\Instant_Indexing\Api::batch_submit_urls() in /home/bloglogi/public_html/wp-content/plugins/fast-indexing-api/includes/class-instant-indexing.php:400 Stack trace: #0 /home/bloglogi/public_html/wp-content/plugins/fast-indexing-api/includes/class-instant-indexing.php(1015): RM_GIAPI->send_to_api(Array, 'bing_submit') #1 /home/bloglogi/public_html/wp-includes/class-wp-hook.php(309): RM_GIAPI->bing_publish_post(521, Object(WP_Post)) #2 /home/bloglogi/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #3 /home/bloglogi/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #4 /home/bloglogi/public_html/wp-includes/post.php(4675): do_action('save_post_post', 521, Object(WP_Post), true) #5 /home/bloglogi/public_html/wp-includes/post.php(4788): wp_insert_post(Array, false, true) #6 /home/bloglogi/public_html/wp-admin/includes/post.php(426): wp_update_post(Array) #7 /home/bloglogi/public_html/wp-admin/post.php(227): edit_postI issued a ticket to Rank Math support, when I receive a reply that can be publicly posted, I’ll add it here to help others with this same error. Thanks.
- This reply was modified 4 years, 2 months ago by Roger. Reason: Added a comment
After a bit of troubleshooting, got this fixed by adding it to a container, and naming the container instead.
In some small way, I hope this idea helps others!Forum: Plugins
In reply to: [Cache Enabler] Integrate with Nginx “location” parameter?@coreyk This is terrific! Thank you much! Awesome resource at that KeyCDN tutorial 🙂
Forum: Plugins
In reply to: [Cache Enabler] Correct cron settings?On a CentOS server (and I am guessing most others), you would SSH into the server as root (or at least an access right to create an executable cron job) and issue the command:
crontab -ethen you would type your example command below any others already displayed:
*/1 * * * * rm -rf /path/to/your/wordpress/wp-content/cache/cache-enabler/save your cron and exit.
Note: Just in case, you might want to make sure you backup any cron entries already displayed (when you run the crontab -e command).
I hope this helps you out a bit!
- This reply was modified 5 years, 1 month ago by Roger.