• Resolved dominikzuk

    (@dominikzuk)


    Hey team
    I created new topic as per Ralden’s request. I keep getting warning with error below:

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the blocksy 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.)-

    1. _load_textdomain_just_in_time()
      wp-includes/l10n.php:1355
    2. get_translations_for_domain()
      wp-includes/l10n.php:1385
    3. translate()
      wp-includes/l10n.php:194
    4. WP_Theme->translate_header()
      wp-includes/class-wp-theme.php:1059
    5. WP_Theme->display()
      wp-includes/class-wp-theme.php:921
    6. WP_Theme->__toString()
      wp-includes/class-wp-theme.php:551
    7. array_intersect()
      wp-includes/class-wp-theme.php:551
    8. WPForms\I\D\Divi->allow_load()
      wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php:33
    9. WPForms\Integrations\Loader->load_integration()
      wp-content/plugins/wpforms-lite/src/Integrations/Loader.php:78
    10. WPForms\Integrations\Loader->__construct()
      wp-content/plugins/wpforms-lite/src/Integrations/Loader.php:64
    11. WPForms\Integrations\Loader::get_instance()
      wp-content/plugins/wpforms-lite/src/Integrations/Loader.php:22
    12. do_action('wpforms_loaded')
      wp-includes/plugin.php:517
    13. WPForms\WPForms->objects()
      wp-content/plugins/wpforms-lite/src/WPForms.php:305
    14. do_action('plugins_loaded')
      wp-includes/plugin.php:517

    Plugin: wpforms-lite”

    I am on:
    WP 6.7
    WPforms lite 1.9.2.2
    Blocksy 2.0.7.7

    @ralden Souza

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @dominikzuk,

    Thanks for creating this topic to help us troubleshoot the issue on your site. I really appreciate it!

    When you get a chance, please share the details from WPForms > Tools > System Info (screenshot). From the previous topic, we can see that the issue was resolved for other users, so it seems there might be something specific on your site related to the issue.

    The details from System Info may help us better understand and address that warning on your site.

    Thanks!

    In my case it is due to WPForms Lite trying to get the theme name during the wpforms_loaded hook which is triggered during plugins_loaded.

    I understand the need to delay translations until the entire WP application state is “loaded”. I hope the solution within this and other plugins is easy enough… All the best.

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @deltafactory,

    Thanks for your feedback!

    A report has been created about this issue to notify our development team. I’ll follow up with you as soon as we have an update.

    Thanks!

    Pretty sure I have this same issue. Whole site locked up over this. I just switched over, too. Loving it other than this.

    @corybeal Turn off error display and you’ll be OK. Either set WP_DEBUG_DISPLAY to false or modify your PHP error_reporting/display_errors settings. In many hosting environments that can also be configured from the cPanel or similar web UI.

    Plugin Support Kenneth Macharia

    (@kmacharia)

    Hey @deltafactory @dominikzuk @corybeal

    I wanted to let you know that we have release version 1.9.2.3 of WPForms that contains a fix for this issue. Would you mind updating to this version is you have not done so already?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘WP 6.7 update – WPForms Lite causing error’ is closed to new replies.