XF 2.1 A frequent error problem

Alrajabane

Member
194373

Code:
#0 src/vendor/oyejorge/less.php/lib/Less/Parser.php(929): Less_Parser->Error('Expected 'parse...')
#1 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1876): Less_Parser->expect('parseConditions', 'expected condit...')
#2 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1853): Less_Parser->parseSelector(true)
#3 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1969): Less_Parser->parseLessSelector()
#4 src/vendor/oyejorge/less.php/lib/Less/Parser.php(858): Less_Parser->parseRuleset()
#5 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1009): Less_Parser->MatchFuncs(Array)
#6 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1936): Less_Parser->parsePrimary()
#7 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1991): Less_Parser->parseBlock()
#8 src/vendor/oyejorge/less.php/lib/Less/Parser.php(858): Less_Parser->parseRuleset()
#9 src/vendor/oyejorge/less.php/lib/Less/Parser.php(1009): Less_Parser->MatchFuncs(Array)
#10 src/vendor/oyejorge/less.php/lib/Less/Parser.php(674): Less_Parser->parsePrimary()
#11 src/vendor/oyejorge/less.php/lib/Less/Parser.php(621): Less_Parser->GetRules(NULL)
#12 src/vendor/oyejorge/less.php/lib/Less/Parser.php(449): Less_Parser->_parse()
#13 src/XF/CssRenderer.php(394): Less_Parser->parse('// Note that th...')
#14 src/XF/CssRenderer.php(342): XF\CssRenderer->renderToCss('public:question...', '// Note that th...')
#15 src/XF/CssRenderer.php(250): XF\CssRenderer->renderTemplate('public:question...', NULL)
#16 src/XF/CssRenderer.php(116): XF\CssRenderer->renderTemplates(Array, Array, Array)
#17 src/XF/CssWriter.php(53): XF\CssRenderer->render(Array)
#18 css.php(30): XF\CssWriter->run(Array, 110, 2, 'b75c2bc133fd795...')
#19 {main}
 
I can see the template name starts "question", but I don't know what template that is. If you look in the template list, it will start with that and end ".less". Can you identify the template? It will be from an add-on so it may be that this add-on needs changes, so you may need to contact the author.
 
Top Bottom