Jump to content

Prestashop 9.0.1 Homepage white


Kingtonino

Recommended Posts

Hi,

A white homepage after upgrade usually means a PHP fatal error. Here's how to quickly identify the problem:

  1. First, enable debug mode:

    Edit /config/defines.inc.php

    Change define('_PS_MODE_DEV_', false); to true

    Save and refresh your homepage

    This will show the actual error message instead of the white screen.

  2. If you prefer to test modules:

    Via FTP, go to /modules folder

    Rename individual module folders (add .backup to folder names)

    Start with third-party modules, especially recently updated ones, and refresh homepage after each change.

  3. Clear cache:

    Delete all files in /var/cache folder

The debug mode approach is fastest - it will immediately point to the exact file or module causing the issue.

Once you see the error message, we can provide the specific fix.

Regards.

Link to comment
Share on other sites

51 minuti fa, Knowband Plugins dice:

Hi,

A white homepage after upgrade usually means a PHP fatal error. Here's how to quickly identify the problem:

  1. First, enable debug mode:

    Edit /config/defines.inc.php

    Change define('_PS_MODE_DEV_', false); to true

    Save and refresh your homepage

    This will show the actual error message instead of the white screen.

  2. If you prefer to test modules:

    Via FTP, go to /modules folder

    Rename individual module folders (add .backup to folder names)

    Start with third-party modules, especially recently updated ones, and refresh homepage after each change.

  3. Clear cache:

    Delete all files in /var/cache folder

The debug mode approach is fastest - it will immediately point to the exact file or module causing the issue.

Once you see the error message, we can provide the specific fix.

Regards.

Thanks for reply, I make all but no works.
The solution is a bug of a module , js issue

Link to comment
Share on other sites

Hi,

Thanks for the update. Just to confirm, were you able to resolve the white homepage issue by fixing the JavaScript bug in the module?

  • If yes, please let us know which module was causing the problem and what you did to fix it. Posting the solution here will be a huge help for other community members facing the same issue.
  • If not, please paste the exact error message you are seeing now. With that information, we can help you find the next steps.

Looking forward to your reply so we can finally close this issue.

Regards.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...