Hacksaw Posted August 14, 2011 Share Posted August 14, 2011 Hey guys! I'm currently at the setup of my webshop, but I'm stuck at a problem with the checkout system. I guess it is related to a problem with the my-account.php or something like that. When I put an item in the basket and click on checkout, it will be referred to the first checkout page, but then, after a click on continue, I will just get a blank page. I've tried it with one-page-checkout, but there the Country of the customer isn't recognized, as I never get to select the carrier (yes, I've setup everything like in the 100 tutorials here in the forums :-)). So here is the url of my shop: http://koffeinjunkies.de/shop/ It would be wonderful if someone could help me :-) Thanks a lot! Greetings, Daniel Link to comment Share on other sites More sharing options...
tomerg3 Posted August 14, 2011 Share Posted August 14, 2011 Most likely a smarty error, turn on error reporting in /config/config.inc.php (line #29) and try again. Post the error you see and we'll try to help. Link to comment Share on other sites More sharing options...
Hacksaw Posted August 15, 2011 Author Share Posted August 15, 2011 Yes, you are right! It is the error: Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/homez.341/koffeinj/www/shop/themes/prestashop/authentication.tpl" on line 3 "{include file=$tpl_dir./breadcrumb.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Stack trace: #0 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templateparser.php(2855): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templateparser.php(2920): Smarty_Internal_Templateparser->yy_syntax_error(37, '/') #2 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(37, '/') #3 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(82): Smarty_Internal_SmartyTemplateCompiler->doCompile('<!-- german in /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 431 Link to comment Share on other sites More sharing options...
tomerg3 Posted August 15, 2011 Share Posted August 15, 2011 I am guessing you are using a theme for PS 1.4.0, in which case, you may want to upgrade it. I believe this was a known bug that was fixed in a later version. You can also edit themes/prestashop/authentication.tpl and change line #3 from {include file=$tpl_dir./breadcrumb.tpl} to {include file="$tpl_dir./breadcrumb.tpl"} 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