Someone pm me in Indonesia Largest Forum, asking about her prestashop problem. When she upload prestashop to live server, she got white blank page. She also send her seeting.inc.php configuration for me to check.
define('__PS_BASE_URI__', 'http://www.domainkita.com/');
define('_THEME_NAME_', 'prestashop');
So i told her to change the entry for __PS_BASE_URI__ to ‘/’ Because her online store is in a root folder.
The problems solved? Not….
She said the problems is persist, hump… then i remember the same problem that i had when uploading client online store. To see what error that cause this blank page, check this :
1. Open config/config.inc.php
2. Change @ini_set(‘display_errors’, ‘off’) to @ini_set(‘display_errors’, ‘on’).
3. Then you refresh your prestashop site. and you will see the error.
4. Fix that error.
5. After your online store is up, turn back ‘display_errors’ to ‘off’
And you`re done
Nice Trick – will remember that for debugging prestashop
Thanks so much! Great tip for debugging in Prestashop.
your welcome. hope it could help you solve your problem
Thank you!
Very cool fix!
Thank you!! that really helped me! I never knew there was a debug mode!!
Cool, Thanks