Jump to content
thirty bees forum
  • 0

And since problems always come in gang...


movieseals

Question

I also have an issue with Themeconfigurator 3.0.10.  I get the following error after a 500 http error on the site:

 

Decoded exception

Syntax error in template "file:/home/mysite/public_html/themes/theme1219/modules/themeconfigurator/views/templates/hook/hook.tpl" on line 12 "if}" - Unexpected "<", expected one of: "{" , DOLLARID , "id, name" , "$"

in file vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php at line 12

Source file: vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php

1:<?php
2:/**
3: * Smarty Internal Plugin Smarty Template Compiler Base
4: * This file contains the basic classes and methods for compiling Smarty templates with lexer/parser
5: *
6: * @package    Smarty
7: * @subpackage Compiler
8: * @author     Uwe Tews
9: */
10:
11:/**
12: * Main abstract compiler class
13: *
14: * @package    Smarty
15: * @subpackage Compiler
16: *
17: * @property Smarty_Internal_SmartyTemplateCompiler $prefixCompiledCode  = ''
18: * @property Smarty_Internal_SmartyTemplateCompiler $postfixCompiledCode = ''
19: * @method   registerPostCompileCallback($callback, $parameter = array(), $key = null, $replace = false)
20: * @method   unregisterPostCompileCallback($key)
21: */
22:abstract class Smarty_Internal_TemplateCompilerBase
23:{
24:    /**
25:     * compile tag objects cache
26:     *
27:     * @var array
28:     */
29:    public static $_tag_objects = array();
30:
 

 

Link to comment
Share on other sites

2 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...