Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8523397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:23:54+00:00 2026-06-11T07:23:54+00:00

My problem was, after migrating a website to another server using backup buddy, I

  • 0

My problem was, after migrating a website to another server using backup buddy, I came upon a the white screen of death.

I turned on debug mode in WordPress and still no errors, just white screen.

So I tried removing all the files and re uploading them again and leaving the database as is (the one imported by BackupBuddy) but it’s still giving me white screen.

So I tried to trace the specific line where the white screen occurred and got stuck in a weird behavior.

In /wp-content/plugins/woocommerce/widgets/widget-init.php:

include_once('widget-cart.php');
include_once('widget-featured_products.php');
include_once('widget-layered_nav.php');
include_once('widget-price_filter.php');
include_once('widget-product_categories.php');
include_once('widget-product_search.php');
include_once('widget-product_tag_cloud.php');
include_once('widget-recent_products.php');
include_once('widget-top_rated_products.php');
  1. When I add a “die(‘boom’);” before
    “include_once(‘widget-price_filter.php’);” = boom is printed out.
  2. When I add a “die(‘boom’);” after
    “include_once(‘widget-price_filter.php’);” = boom is NOT printed
    out.

So it’s safe to say that the bug is inside widget-price_filter.php right?

The problem is when I add a die at the beginning of widget-price_filter.php, it does not print it out. It’s like the line where the error occurred is nowhere.

What could be the cause for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T07:23:56+00:00Added an answer on June 11, 2026 at 7:23 am

    So it’s safe to say that the bug is inside widget-price_filter.php right?

    Yes, totally (and you followed the correct way of debugging).

    The problem is when I add a die at the beginning of widget-price_filter.php, it does not print it out. It’s like the line where the error occurred is nowhere.

    If (as you say you’ve done) you have added die('HELLO'); right at the top (after the <?php) and it does not appear – this means there is one of two problems

    1. File not found
    2. A syntax error in that page.

    You can solve in 1 of three ways:

    1. Check the php error logs (if you have access)
    2. Before you call the “include_one” (in init.php) add:

      error_reporting(E_ALL);
      ini_set('display_errors', 'on');
      
    3. Completely empty the code (just leaving the <?php die('HELLO'); ?>, check that appears and then add code in bit by bit.

    If you got route 2, remember to take it out when you’ve got it working. Very important!

    +1 for actually taking time to try to solve it yourself before posting (with the echo and die). So I hope that helps with the rest.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have odd problem: After starting server I got this error: undefined local variable
I encountered a problem after switching from server-side JavaScript to CoffeeScript in a Node.js
I am migrating websites to a new server and one site that is using
After migrating magento from one to another hosting with different domain, I'm getting one
after migrating from .NET 3.5 to 4.0 i have a strange problem with a
Came across something strange while migrating to my new server. I have a script
After migrating from Grails 1.3.7 to 2.0.4 I have noticed a problem with one
Weird problem: After rotating my app to portrait, picking the toolbar item and exposing
I encountered a problem after having more than one texture in my engine. My
I got this problem after deploying my web package to IIS: HTTP Error 500.19

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.