Dwoo error

edited December 2011 in Installation
Hi i'm getting an error while changing $config['fuel_mode'] = 'views'; to AUTO


exception 'Dwoo_Compilation_Exception' with message 'Compilation error at line 25 in "string:" : The template has been closed too early, you probably have an extra block-closing tag somewhere' in /var/www/vhosts/peakantifreeze.ru/httpdocs/fuel/application/libraries/dwoo/Dwoo/Compiler.php:957 Stack trace: #0 /var/www/vhosts/peakantifreeze.ru/httpdocs/fuel/application/libraries/dwoo/Dwoo/Compiler.php(813): Dwoo_Compiler->push('

please, can any one suggest solution!

Comments

  • edited 1:34PM
    I'd check your "{" and "}" in your HTML to see if there may be some that Dwoo is trying to parse. Additionally if you have some "{" or "}" you want escaped, you can wrap them in a {literal}....{/literal}
Sign In or Register to comment.