andy_moyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Emergency password reset] Plugin not supported + FixThanks for posting that. Just updated the plugin to address that
- This reply was modified 6 months, 1 week ago by andy_moyle.
- This reply was modified 6 months, 1 week ago by andy_moyle.
Reactivated
#1854909 have deactivated the plugin though to make site useable
To add…
Browsing to #/wp-admin/admin.php?page=bbp-core shows 3930 database queries in Query monitor. That’s seems a bit bonkers!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Not compatible with WP 6.7Can confirm not fixed – you are still calling the translations in wp-content/plugins/updraftplus/central/updraftplus.php:281 at ‘plugins_loaded’ not ‘init’
wp-content/plugins/updraftplus/central/updraftplus.php:272 is shown in error stack at line 272 not 273, so something has chaged but still way too early.
Error on a production site with en_GB , language set.
_load_textdomain_just_in_time()
wp-includes/l10n.php:1355get_translations_for_domain()
wp-includes/l10n.php:1385translate()
wp-includes/l10n.php:194__()
wp-includes/l10n.php:306UpdraftPlus_Host->load_updraftplus_translations()
wp-content/plugins/updraftplus/central/updraftplus.php:281UpdraftPlus_Host->maybe_initialize_required_objects()
wp-content/plugins/updraftplus/central/updraftplus.php:272UpdraftPlus_Host->__construct()
wp-content/plugins/updraftplus/central/updraftplus.php:44UpdraftPlus_Host::instance()
wp-content/plugins/updraftplus/central/updraftplus.php:29UpdraftCentral_Factory::create_host()
wp-content/plugins/updraftplus/central/factory.php:67updraft_try_include_file()
wp-content/plugins/updraftplus/updraftplus.php:103UpdraftPlus->plugins_loaded()
wp-content/plugins/updraftplus/class-updraftplus.php:776do_action('plugins_loaded')
wp-includes/plugin.php:517
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Not compatible with WP 6.7Follow up – as noted in other thread, issue only occurs when Site langauge is not US English – try British English.
- This reply was modified 1 year, 6 months ago by andy_moyle.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Not compatible with WP 6.7Using Query Monitor with WP 6.7…
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)
_load_textdomain_just_in_time()
wp-includes/l10n.php:1355get_translations_for_domain()
wp-includes/l10n.php:1385translate()
wp-includes/l10n.php:194__()
wp-includes/l10n.php:306UpdraftPlus_Host->maybe_initialize_required_objects()
wp-content/plugins/updraftplus/central/updraftplus.php:273UpdraftPlus_Host->__construct()
wp-content/plugins/updraftplus/central/updraftplus.php:43UpdraftPlus_Host::instance()
wp-content/plugins/updraftplus/central/updraftplus.php:29UpdraftCentral_Factory::create_host()
wp-content/plugins/updraftplus/central/factory.php:67updraft_try_include_file()
wp-content/plugins/updraftplus/updraftplus.php:103UpdraftPlus->plugins_loaded()
wp-content/plugins/updraftplus/class-updraftplus.php:769do_action('plugins_loaded')
wp-includes/plugin.php:517
Using Query Monitor…
Point 11 shows a __() called to early.
- wp-includes/functions.php:6114
wp_trigger_error()
wp-includes/functions.php:6054_load_textdomain_just_in_time()
wp-includes/l10n.php:1385get_translations_for_domain()
wp-includes/l10n.php:194translate()
wp-includes/l10n.php:306__()
wp-content/plugins/query-monitor/collectors/doing_it_wrong.php:134do_action('doing_it_wrong_run')
wp-includes/functions.php:6003_load_textdomain_just_in_time()
wp-includes/l10n.php:1385get_translations_for_domain()
wp-includes/l10n.php:194translate()
wp-includes/l10n.php:306__()
wp-content/plugins/bbp-core/includes/admin/settings/options/settings.php:11BBP_Core->core_includes()
wp-content/plugins/bbp-core/bbp-core.php:75BBP_Core->__construct()
wp-content/plugins/bbp-core/bbp-core.php:146BBP_Core::init()
wp-content/plugins/bbp-core/bbp-core.php:247bbp_core()
wp-content/plugins/bbp-core/bbp-core.php:250
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] wp_login_form()Doesn’t work – tried all sorts of ob_start() stuff too. Just can’t get the captch within the form when its not echo’d but returned.
Forum: Plugins
In reply to: [Church Admin] how do i print mailing labelsThis was resolved on our main support channel http://www.churchadminplugin.com/support or email
Forum: Plugins
In reply to: [Church Admin] Nothing appears in the directory pdfThis was resolved on our main support channel http://www.churchadminplugin.com/support or email
Forum: Plugins
In reply to: [Ko-fi Button] Latest update caused a critical errorChanged line 265 to
$settings = !empty(self::$options[‘coffee_floating_button_display’])?self::$options[‘coffee_floating_button_display’]:false;
Forum: Plugins
In reply to: [Ko-fi Button] Latest update caused a critical errorMorphed into a slightly different error withe the floating button display
Warning: Undefined array key “coffee_floating_button_display” in /home/######/public_html/######/wp-content/plugins/ko-fi-button/Ko_fi.phpon line 265
Forum: Plugins
In reply to: [AddToAny Share Buttons] Mastodon shareYes I did! Works fine without – bit new to Mastodon
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Database query errorVersion 4.15 of the plugin on WordPress 6.0