movieseals Posted April 11, 2022 Posted April 11, 2022 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 "" - 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:
0 Mediacom87 Posted April 11, 2022 Posted April 11, 2022 Hi, your file home/mysite/public_html/themes/theme1219/modules/themeconfigurator/views/templates/hook/hook.tpl ressemble t il à celui d'origine ? https://github.com/thirtybees/themeconfigurator/blob/master/views/templates/hook/hook.tpl
0 Mediacom87 Posted April 11, 2022 Posted April 11, 2022 Sorry, reading my answer again I understand that you are using a custom template that overwrites the original module file so ask the creator of this template.
Question
movieseals
I also have an issue with Themeconfigurator 3.0.10. I get the following error after a 500 http error on the site:
Syntax error in template "file:/home/mysite/public_html/themes/theme1219/modules/themeconfigurator/views/templates/hook/hook.tpl" on line 12 "" - Unexpected "<", expected one of: "{" , DOLLARID , "id, name" , "$"
Source file: vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
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 accountSign in
Already have an account? Sign in here.
Sign In Now