XF 2.0 Server Error Help

Brad P

Well-known member
Any idea what this error is and how i can fix it please?

Server error log
  • Less_Exception_Chunk: ParseError: missing closing `}` in anonymous-file-0.less on line 1571, column 14 1569| text-indent: -9999px; 1570| white-space: nowrap; 1571| .backstretch { 1572| clip-path: none; 1573| -webkit-clip-path: none; 1574| }
  • src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
  • Generated by: Unknown account
  • May 25, 2018 at 7:48 PM
Stack trace
#0 src/vendor/oyejorge/less.php/lib/Less/Parser.php(621): Less_Parser->GetRules(NULL)
#1 src/vendor/oyejorge/less.php/lib/Less/Parser.php(449): Less_Parser->_parse()
#2 src/XF/CssRenderer.php(363): Less_Parser->parse('// Note that th...')
#3 src/XF/CssRenderer.php(311): XF\CssRenderer->renderToCss('public:extra.le...', '.team_member {\n...')
#4 src/XF/CssRenderer.php(235): XF\CssRenderer->renderTemplate('public:extra.le...', NULL)
#5 src/XF/CssRenderer.php(101): XF\CssRenderer->renderTemplates(Array, Array, Array)
#6 src/XF/CssWriter.php(53): XF\CssRenderer->render(Array)
#7 css.php(30): XF\CssWriter->run(Array, 8, 1, 'aff4b9ac7855896...')
#8 {main}
Request state
array(4) {
["url"] => string(162) "/css.php?css=public%3Ashare_controls.less%2Cpublic%3Auix_welcomeSection.less%2Cpublic%3Aextra.less&s=8&l=1&d=1527273623&k=aff4b9ac785589632bec83c5e7c14ab0a4f77191"
["referrer"] => string(38) "https://www.formula1grid.com/register/"
["_GET"] => array(5) {
["css"] => string(75) "public:share_controls.less,public:uix_welcomeSection.less,public:extra.less"
["s"] => string(1) "8"
["l"] => string(1) "1"
["d"] => string(10) "1527273623"
["k"] => string(40) "aff4b9ac785589632bec83c5e7c14ab0a4f77191"
}
["_POST"] => array(0) {
}
}
 
Odds are it's a style issue with UIX. Make sure you are running the latest version that matches your XF version. If the problem continues you will need to address it in the style thread discussion or via the support site for ThemeHouse.
 
Top Bottom