Title: Theme debugging
Last modified: November 19, 2024

---

# Theme debugging

 *  Resolved [seasonalsports](https://wordpress.org/support/users/seasonalsports/)
 * (@seasonalsports)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/)
 * I did the latest WordPress update , Then began getting a debugging Error, saying
   that my theme is not compatible . I did try other themes but same result occurred.
   I also noticed that when you go to check out of my store , You can not process
   a payment . I also made sure all the plug in were up to date as well . Can anyone
   help me out ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-debugging%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Zee](https://wordpress.org/support/users/doublezed2/)
 * (@doublezed2)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18149038)
 * Hello [seasonalsports](https://wordpress.org/support/users/seasonalsports/),
 * Thank you for contacting WooCommerce support.
 * I understand you’re encountering a debugging error after updating WordPress, 
   indicating your theme isn’t compatible, and you’re unable to process payments
   at checkout.
 * Is the theme you’re using custom-developed? 
   Which other themes have you tried?
   I recommend testing with Storefront or Twenty Twenty-Four to check compatibility.
 * Are there any errors under WooCommerce > System Status > Logs?
 * Lastly, which payment method are you using, and have you tried offline methods
   like Cash on Delivery to isolate the issue?
 * Once I have more information, I will be in a better position to assist you further.
   
   Looking forward to your response. 🙂
 * Best regards
 *  Thread Starter [seasonalsports](https://wordpress.org/support/users/seasonalsports/)
 * (@seasonalsports)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18149105)
 * Hi [Zubair Zahid (woo-hc)](https://wordpress.org/support/users/doublezed2/),
 * Ok so I have tried other Themes and the same error code comes up . No log errors…
   But this pops up :
 * **Your theme (Primer) contains outdated copies of some WooCommerce template files.**
   These files may need updating to ensure they are compatible with the current 
   version of WooCommerce. Suggestions to fix this:
    1. Update your theme to the latest version. If no update is available contact your
       theme author asking about compatibility with the current WooCommerce version.
    2. If you copied over a template file to change something, then you will need to
       copy the new version of the template and apply your changes again.
 * Any help would be appreciated
 *  Thread Starter [seasonalsports](https://wordpress.org/support/users/seasonalsports/)
 * (@seasonalsports)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18149141)
 * **Notice**: Function _load_textdomain_just_in_time was called **incorrectly**.
   Translation loading for the `bb-booster` 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. Please see [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
   for more information. (This message was added in version 6.7.0.) in **/home/qkkptiwcqt66/
   public_html/wp-includes/functions.php** on line **6114**
 * **Notice**: Function _load_textdomain_just_in_time was called **incorrectly**.
   Translation loading for the `woocommerce-gateway-stripe` 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.
   Please see [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
   for more information. (This message was added in version 6.7.0.) in **/home/qkkptiwcqt66/
   public_html/wp-includes/functions.php** on line **6114**
 * **Notice**: Function _load_textdomain_just_in_time was called **incorrectly**.
   Translation loading for the `woocommerce-paypal-payments` 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.
   Please see [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
   for more information. (This message was added in version 6.7.0.) in **/home/qkkptiwcqt66/
   public_html/wp-includes/functions.php** on line **6114**
 * **Notice**: Function _load_textdomain_just_in_time was called **incorrectly**.
   Translation loading for the `primer` 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. Please see [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
   for more information. (This message was added in version 6.7.0.) in **/home/qkkptiwcqt66/
   public_html/wp-includes/functions.php** on line **6114**
 * This also comes up. I also have updated my Woopayments ( which is what iuse besides
   paypal )
 *  [Zee](https://wordpress.org/support/users/doublezed2/)
 * (@doublezed2)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18151231)
 * Hello [seasonalsports](https://wordpress.org/support/users/seasonalsports/),
 * Thank you for your reply.
 * It looks like you are facing two different issues.
   **1- Outdated files.**_Your
   theme (Primer) contains outdated copies of some WooCommerce template files._This
   error is showing because there is an outcoded code in your theme.This code is
   no longer compatible with the latest version of the WooCommerce.
 * To confirm, did you check this with Storefront or Twenty Twenty-Four theme?
   If
   the issue occurs with these themes, please share a screenshot of your Theme pages.
   I want to check the theme details.
 * **2- Notice: Function _load_textdomain_just_in_time**
   Technically, this is a 
   warning notice, not an error.Which means it should not affect the functionality
   of your site.Please check [this guide](https://developer.woocommerce.com/2024/11/11/developer-advisory-translation-loading-changes-in-wordpress-6-7/)
   for more details and how to disable this warning.
 * Please don’t hesitate to contact us again if you have more questions or concerns.
   
   We are here to help 🙂
 * Best regards.
 *  Thread Starter [seasonalsports](https://wordpress.org/support/users/seasonalsports/)
 * (@seasonalsports)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18151700)
 * Hi [Zubair Zahid (woo-hc)](https://wordpress.org/support/users/doublezed2/),
 * Thank You !! the debugging plug in fixed my issue … the theme still shows outdated..
   but it is a modified theme so it will take me a few weeks to update that …but
   the check out is fixed and the notices are gone from the top . I appreciate the
   guidance .
 *  [ckadenge (woo-hc)](https://wordpress.org/support/users/ckadenge/)
 * (@ckadenge)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18151748)
 * Hi [@seasonalsports](https://wordpress.org/support/users/seasonalsports/),
 * Glad to hear it – thanks for letting us know!
 * If you have a few minutes, we’d love if you could leave us a review: [https://wordpress.org/support/plugin/woocommerce/reviews/](https://wordpress.org/support/plugin/woocommerce/reviews/)
 * In the meantime, I’ll mark this thread as resolved now. If you have any further
   questions, I recommend creating a new thread.

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

The topic ‘Theme debugging’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [debugging](https://wordpress.org/support/topic-tag/debugging/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)
 * [WordPress update](https://wordpress.org/support/topic-tag/wordpress-update/)

 * 6 replies
 * 3 participants
 * Last reply from: [ckadenge (woo-hc)](https://wordpress.org/support/users/ckadenge/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/theme-debugging/#post-18151748)
 * Status: resolved