markoroots
Well-known member
Hi everybody. Can anyone help me to understand what is the problem with my site?
I'm receiving this error:
Then I see that when I try to open a thread the tollbar inside the post is completly unformatted

I have make some modifications in the last days but I really don't know what I have done to make this.
Any idea?
I'm receiving this error:
Code:
XF\CssRenderException: Error rendering template public:editor.less: ParseError: missing opening `{` in public:editor.less on line 5615, column 3 (on or near line 5615) src/XF/CssRenderException.php:89
Stack Analisys
5612 |
5613 | // XF: this adds an insane amount of padding that doesn't appear to be necessary
5614 | //padding-bottom: @more-toolbar-btn-height;
*5615*| }
5616 |
5617 | .fr-float-right {
5618 | float: right;
------------
#0 src/XF/CssRenderer.php(418): XF\CssRenderException::createFromLessException(Object(Less_Exception_Chunk), 'public:editor.l...', '// Note that th...')
#1 src/XF/CssRenderer.php(352): XF\CssRenderer->renderToCss('public:editor.l...', '// Note that th...')
#2 src/XF/CssRenderer.php(260): XF\CssRenderer->renderTemplate('public:editor.l...', NULL)
#3 src/XF/CssRenderer.php(118): XF\CssRenderer->renderTemplates(Array, Array, Array)
#4 src/XF/CssWriter.php(55): XF\CssRenderer->render(Array)
#5 css.php(30): XF\CssWriter->run(Array, 4, 2, '9614cb711729628...')
#6 {main}
-------------
Previous Less_Exception_Chunk: ParseError: missing opening `{` in anonymous-file-757.less on line 5615, column 3
5613| // XF: this adds an insane amount of padding that doesn't appear to be necessary
5614| //padding-bottom: @more-toolbar-btn-height;
5615| }
5616|
5617| .fr-float-right {
5618| float: right; - src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
#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(414): Less_Parser->parse('// Note that th...')
#3 src/XF/CssRenderer.php(352): XF\CssRenderer->renderToCss('public:editor.l...', '// Note that th...')
#4 src/XF/CssRenderer.php(260): XF\CssRenderer->renderTemplate('public:editor.l...', NULL)
#5 src/XF/CssRenderer.php(118): XF\CssRenderer->renderTemplates(Array, Array, Array)
#6 src/XF/CssWriter.php(55): XF\CssRenderer->render(Array)
#7 css.php(30): XF\CssWriter->run(Array, 4, 2, '9614cb711729628...')
#8 {main}
Request Status
array(4) {
["url"] => string(307) "/css.php?css=public%3Aattachments.less%2Cpublic%3Aeditor.less%2Cpublic%3Anl_flexcolumns.less%2Cpublic%3Anl_ticker.less%2Cpublic%3Anotices.less%2Cpublic%3Aprefix_menu.less%2Cpublic%3Aselect2.less%2Cpublic%3Aznl_loader.less%2Cpublic%3Aextra.less&s=4&l=2&d=1748820151&k=9614cb71172962864af3e0842a33bf288dcaaf54"
["referrer"] => string(82) "https://www.agricoltura-biologica.com/forums/regolamento-e-benvenuto.3/post-thread"
["_GET"] => array(5) {
["css"] => string(196) "public:attachments.less,public:editor.less,public:nl_flexcolumns.less,public:nl_ticker.less,public:notices.less,public:prefix_menu.less,public:select2.less,public:znl_loader.less,public:extra.less"
["s"] => string(1) "4"
["l"] => string(1) "2"
["d"] => string(10) "1748820151"
["k"] => string(40) "9614cb71172962864af3e0842a33bf288dcaaf54"
}
["_POST"] => array(0) {
}
}
Then I see that when I try to open a thread the tollbar inside the post is completly unformatted

I have make some modifications in the last days but I really don't know what I have done to make this.
Any idea?