Lindenism
Forum Replies Created
-
Like I said, a brand new install.
Ensure you have turned on PHP errors
PHP version 7.2.34 (Supports 64bit values)
Could it be the PHP version?
1. Did you receive the error because you wanted to export settings?: YES
2. Are all non-Yoast plugins and your theme updated? TESTED ON NEW INSTALL WITH NO OTHER PLUGINS
3. Latest version of wordpress – Latest version 5.9.3I can confirm that the sitemap URL is 100% correct. https://teenaangelia.com.au/sitemap_index.xml
Status: Couldn’t fetch
Sitemap could not be read
General HTTP errorHaving an empty product should not prevent readability. Please advise further. Thanks
Hi is this fixed?
Hi everyone, I have created a new ticket: https://ww.wp.xz.cn/support/topic/plugin-causes-known-code-bugs-and-author-refuses-to-fix/
There is a fix by adding 1 line of code. Let’s keep hassling the author to apply this fix.
All they need to do is add a check:
if ( $this->job[‘dbdumpdbcharset’] ) {
//code with $this->job[‘dbdumpdbcharset’]
}
else {
//code without $this->job[‘dbdumpdbcharset’]
}Why we waiting so long for this update?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Rackspace brokenSo to clarify you plugin is not compatible with rackspace anymore. You should advertise this. Thank you for your quick response but users should know that your plugin no longer works with rackspace and your solution will last only as long as your next update.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Rackspace brokenThank you. Will this be updated in the next update? Otherwise this fix obviously won’t work as this file will be overwritten.
Thanks for the fast reply.
Assuming I paste those queries in functions.php then this is the error I get… Parse error: syntax error, unexpected ‘wp_wfblocks7’ (T_STRING) in …/functions.php on line 8176
Parse error: syntax error, unexpected ‘wp_wfblocks7’ (T_STRING) in …/functions.php on line 8178
I have reinstalled Wordfence after removing the tables. Will keep you updated if the error returns.
Forum: Plugins
In reply to: [WooCommerce] disable autofocus on first name checkout fieldHi, I just had this problem. Try this. Works for me. This code will ensure autofocus=”off” is set on First Name.
/* WOOCOMMERCE: CHECKOUT: DISABLE AUTOFOCUS ON FIRST NAME */
function disable_autofocus_firstname($fields)
{
$fields[‘billing’][‘billing_first_name’][‘autofocus’] = false;
return $fields;
}
add_filter(‘woocommerce_checkout_fields’, ‘disable_autofocus_firstname’);People, after having the same problem, I also added:
define( ‘ALTERNATE_WP_CRON’, true );This works, however I notice every 3rd or 4th URL has the cron link due to this rule:
example: http://www.yourwebsite.com.au/?doing_wp_cron=231231231
This rule ‘define( ‘ALTERNATE_WP_CRON’, true );’ is not a fix for this problem.
Is the plugin author going to reply to this chain?
reference: http://wordpress.stackexchange.com/questions/12777/why-is-doing-wp-cron-being-appended-to-my-urls