---
title: "Fixing the blank white screen error on PrestaShop 1.6"
description: "PrestaShop 1.6 has been released to the public and many people are upgrading their sites. One of the more common errors that we are seeing after upgrading or a new installation is a white screen...."
url: https://www.inmotionhosting.com/support/edu/prestashop/blank-screen/
date: 2014-04-28
modified: 2020-10-09
author: "Scott Mitchell"
categories: ["Prestashop", "Website Error Numbers"]
tags: ["Prestashop 1v.6"]
type: post
lang: en
---

# Fixing the blank white screen error on PrestaShop 1.6

PrestaShop 1.6 has been released to the public and many people are upgrading their sites. One of the more common errors that we are seeing after upgrading or a new installation is a **white screen**. This is very disturbing to some people there is no error message telling you what is wrong. Most often, this is due to the program running out of the allowed memory. This is because PrestaShop 1.6 is a bit more memory intensive than previous versions. This article will demonstrate how to edit your php.ini file to fix the most common cause of the **white screen error**. Click here to learn more about [PrestaShop hosting](https://www.inmotionhosting.com/prestashop-hosting).

## How to edit the php.ini file to fix the white screen error

1. [Log into your cPanel interface](https://www.inmotionhosting.com/support/edu/cpanel/how-to-log-into-cpanel/).
2. Once in the cPanel, click on the **File Manager** icon located in the *Files* category.
3. Once in the **File Manager** navigate to the folder where PrestaShop is installed. This is normally the *public_html* folder.
4. Locate and then open the **php.ini** file for [editing](https://www.inmotionhosting.com/support/website/how-to-edit-a-file/).
5. [![](/support/images/stories/edu/ps16/errors/white-screen/edit-setting.png)](/support/images/stories/edu/ps16/errors/white-screen/edit-setting.png) Scroll or search through the file and locate the **memory_limit** setting. It is normally set to 32M, which means 32 MB. Change the setting to something larger, say 128M.
6. Once changed, click the **Save Changes** button in the upper right corner.

Congratulations. The white screen should now be a thing of the past and you should see your PrestaShop 1.6 storefront.

| Before | After |
| --- | --- |
| [![](/support/images/stories/edu/ps16/errors/white-screen/before.png)](/support/images/stories/edu/ps16/errors/white-screen/before.png) | [![](/support/images/stories/edu/ps16/errors/white-screen/after.png)](/support/images/stories/edu/ps16/errors/white-screen/after.png) |
