XF 2.0 Errors after updating to 2.0.1

Oz_Horror

Member
Okay,
So I hate to be a pain - I installed xF 2.0 yesterday. And last night added some template modifications etc. Woke up this morning to see a 2.0.1 update so did the update and now I am getting an error - don't get me wrong the update went fine and the site works but it came up: Server error log.

  • Less_Exception_Chunk: ParseError: missing closing `}` in anonymous-file-2710.less on line 2465, column 3 2463| 2464| .message--simple .message-cell--user + .message-cell 2465| { 2466| border-radius: 0; 2467| } 2468| }
  • src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
Code:
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(330): Less_Parser->parse('// Note that th...')
#3 src/XF/CssRenderer.php(311): XF\CssRenderer->renderToCss('public:message....', '@_message-actio...')
#4 src/XF/CssRenderer.php(235): XF\CssRenderer->renderTemplate('public:message....', 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, 1, 1, '19f450cc7b9f1e0...')
#8 {main}

Code:
Request state
array(4) {
  ["url"] => string(227) "/css.php?css=public%3Aattachments.less%2Cpublic%3Aeditor.less%2Cpublic%3Alightbox.less%2Cpublic%3Amessage.less%2Cpublic%3Ashare_controls.less%2Cpublic%3Aextra.less&s=1&l=1&d=1513682418&k=19f450cc7b9f1e0f6259baea906fca370daf731e"
  ["referrer"] => string(59) "http://forum.horror.net.au/index.php?threads/test-thread.1/"
  ["_GET"] => array(5) {
    ["css"] => string(128) "public:attachments.less,public:editor.less,public:lightbox.less,public:message.less,public:share_controls.less,public:extra.less"
    ["s"] => string(1) "1"
    ["l"] => string(1) "1"
    ["d"] => string(10) "1513682418"
    ["k"] => string(40) "19f450cc7b9f1e0f6259baea906fca370daf731e"
  }
  ["_POST"] => array(0) {
  }
}

What is this and how do i fix it to make sure the site has no errors moving forward?
 
Did you only get this error once or are you still getting it? If it only happened once, you can disregard it (though I'm not positive why it would've happened in that specific case).
 
Sorry I thought that I had come back here to update. It had only come up the once - I posted here so I could get the exact wording and bring it up incase it was something.

Clicked dismiss and SO FAR it hasn't come back. Probably my website having a little moment with itself or something.
 
Top Bottom