XF 2.0 Error log

JoyFreak

Well-known member
So I just logged into the Admin CP and found an error log that has completely confused me. The reason this has confused me is because this is a clean installation of XenForo 2.0.11 and no add-ons other than the official XF add-ons are installed. So here is the error log, please feel free to tell me how this is possible? Also the line where "https://www.gnonline.net/home/" is... what the hell? I haven't used that domain in months since the move over to JoyFreak.com so this is just beyond impossible especially with this clean installation.

Server error log
  • Less_Exception_Chunk: ParseError: Unexpected input in anonymous-file-289.less on line 1626, column 62 1624| .porta-features-media 1625| { 1626| position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 80; 1627| margin: auto; 1628| width: ; 1629| height: ( - ( * 2));
  • src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
  • Generated by: Unknown account
  • Nov 29, 2018 at 11:54 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:widget_E...', '// Note that th...')
#4 src/XF/CssRenderer.php(235): XF\CssRenderer->renderTemplate('public:widget_E...', 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, 58, 1, '4897eb74cb3b245...')
#8 {main}
Request state
array(4) {
["url"] => string(308) "/css.php?css=public%3AEWRporta.less%2Cpublic%3AEWRporta_articles.less%2Cpublic%3Aalnb_navigation.less%2Cpublic%3Amessage.less%2Cpublic%3Anotices.less%2Cpublic%3Ashare_controls.less%2Cpublic%3Awidget_EWRporta_features.less%2Cpublic%3Aextra.less&s=58&l=1&d=1519483161&k=4897eb74cb3b245b7f4cd2eec0d8060e549b72be"
["referrer"] => string(30) "https://www.gnonline.net/home/"
["_GET"] => array(5) {
["css"] => string(200) "public:EWRporta.less,public:EWRporta_articles.less,public:alnb_navigation.less,public:message.less,public:notices.less,public:share_controls.less,public:widget_EWRporta_features.less,public:extra.less"
["s"] => string(2) "58"
["l"] => string(1) "1"
["d"] => string(10) "1519483161"
["k"] => string(40) "4897eb74cb3b245b7f4cd2eec0d8060e549b72be"
}
["_POST"] => array(0) {
}
}
 
Top Bottom