Jump to content

WSOD - Front End Blank, Back End works (except modules)


Recommended Posts

  • 2 years later...

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

Note : php.ini is only available if you have a dedicated server. If you have a shared server then look below:

    1. Log into your cPanel interface.

    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.

    5.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.
    Once changed, click the Save Changes button in the upper right corner.


If you are on a shared server then :

Edit the   /config/config.inc.php    file with:  ini_set('memory_limit', '512M');

If this line is not there, just add it.

Link to comment
Share on other sites

  • 1 year later...

Notice: Undefined property: stdClass::$smarty in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330

Fatal error: Call to a member function createTemplate() on a non-object in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330

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...