• Resolved toxicum

    (@toxicum)


    With WordPress 6.7.0, they log a notice if the translations are loaded too early.

    Translation loading for the super-progressive-web-apps 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. (Message was added in Version?6.7.0.).

    1. _load_textdomain_just_in_time()
      wp-includes/l10n.php:1370
    2. get_translations_for_domain()
      wp-includes/l10n.php:1408
    3. translate()
      wp-includes/l10n.php:194
    4. __()
      wp-includes/l10n.php:306
    5. superpwa_get_addons()
      wp-content/plugins/super-progressive-web-apps/admin/admin-ui-render-addons.php:48
    6. superpwa_addons_status()
      wp-content/plugins/super-progressive-web-apps/admin/admin-ui-render-addons.php:502
    • This topic was modified 3 months ago by toxicum.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    Thank you for reaching out to us.

    We are aware of the issue with WordPress 6.7, and our team is actively working on resolving it as quickly as possible. In the meantime, you can use the following temporary solutions:

    • Turn off debug mode in the wp-config.php or
    • Add this filter in your themes’s functions.php

    add_filter( ‘doing_it_wrong_trigger_error’, ‘__return_false’ );

    We will notify you as soon as the issue is resolved. You can track the progress on our GitHub Ticket.

    Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    Hope you are doing well.

    We’ve released an update that addresses this issue. Please update the plugin to our latest version 2.2.33, clear the cache once and give it a try. Feel free to reach out if you have any concerns.

    • This reply was modified 2 months, 3 weeks ago by Akshay A.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.