mcmmarty Posted November 15, 2012 Share Posted November 15, 2012 shop.mightycarmods.com PLEASE help! Front page just shows nothing everything else works but i DID notice the back end won't load the modules tab have turned on error reporting but aren't seeing any errors anywhere please please help Link to comment Share on other sites More sharing options...
yoip123 Posted April 14, 2015 Share Posted April 14, 2015 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 More sharing options...
sworld Posted August 26, 2016 Share Posted August 26, 2016 Notice: Undefined property: stdClass::$smarty in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330Fatal 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now