awulawul Posted January 26, 2015 Share Posted January 26, 2015 (edited) Halo, Im newbie in Prestashop. To develop web, I directly do it at hosting server, here are my instalation details : Installation type : newPrestaShop version: 1.6.0.9Theme : default - bootstrapCode : modified some codes when encounter troubleshootHosting: shared hostingPHP version: 5.4MySQL version: 5.6.20-68.0 Sorry if there are similar topic, but as long as i search in googles, i haven't found relevant solution yet. My problem is after I add item to cart then click checkout, there are blank page. The address when blank happen is onlineshop.com/order . Please help. Thanks. Edited January 30, 2015 by awulawul (see edit history) Link to comment Share on other sites More sharing options...
cristic Posted January 26, 2015 Share Posted January 26, 2015 You can go to /config/settings.inc.php and enable _PS_MODE_DEV_ define('_PS_MODE_DEV_', true); This will give you more details on the page that is now blank. Link to comment Share on other sites More sharing options...
awulawul Posted January 29, 2015 Author Share Posted January 29, 2015 Cristic, I already tried that, but nothing happen . Any suggestion please.. Link to comment Share on other sites More sharing options...
et-taousy Posted January 29, 2015 Share Posted January 29, 2015 go to your php.ini in home folder of your content and change your memory_limit= 32M to memory_limit = 128M or 256 M Link to comment Share on other sites More sharing options...
awulawul Posted January 30, 2015 Author Share Posted January 30, 2015 et taousy i dont think that's possible since i develop it straight on shared hosting. btw, i found the way to show the error, and here they are : Fatal error: in /home/awlshoes/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 301 this is the line 301 : 299 if (!$this->suppressMergedTemplates && !empty($this->merged_templates)) { 300 foreach ($this->merged_templates as $code) { 301 $merged_code .= $code; 302 } 303 } I've tried to comment at the error line, but nothing happend. Then i comment all the foreach part, also nothing happened. Any idea? Link to comment Share on other sites More sharing options...
et-taousy Posted January 30, 2015 Share Posted January 30, 2015 before foreach try this: $merged_code=''; if it can solve your problem. 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