Jump to content

Blank page after proceed checkout


awulawul

Recommended Posts

Halo,

 

Im newbie in Prestashop.

To develop web, I directly do it at hosting server, here are my instalation details :

 

Installation type : new
PrestaShop version: 1.6.0.9
Theme : default - bootstrap
Code : modified some codes when encounter troubleshoot
Hosting: shared hosting
PHP version: 5.4
MySQL version5.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 by awulawul (see edit history)
Link to comment
Share on other sites

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

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