Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved KunenaScssPhp\ScssPhp\Parser:
- Chico Gois
- Topic Author
- Offline
- New Member
- Let´s go de pinóte again...
PHP 8.1
Kunena version:6.2.1
I have this error.
Thanks
Atenciosamente,
Chico Gois
Please Log in or Create an account to join the conversation.
I have looked to it but i don't have this issue it don't goes at the line that he said
Do-you have set a custom.scss file ?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
I don't want to hijack this thread, but I had this same error when upgrading from 6.2.0 to 6.2.1 while on Joomla 4.4 (without upgrading Joomla).
The same parser error giving a 500 error.
- I do have a custom.scss file.
- I also have a Gantry template.
What I noticed is that the @mixin I had in Kunena's custom.scss caused the issue when upgrading to K 6.2.1, without any changes to the file. I removed that @mixin portion and placed it in the Gantry template's custom.scss file for the entire site.
That solved the issue for me, as Gantry did parse the scss file properly, and while the mixin was just for the forum, it doesn't affect the rest of the site.
There could be a bug in the parser.
Hoping this helps,
Tomás
Please Log in or Create an account to join the conversation.
I mainly come across it a lot in akeeba backup and gantry
so my comment/question is, are all extensions all Up to Date?
L.v.d.A
Please Log in or Create an account to join the conversation.
Within the custom.scss file I added quite a bit of code. Amongst all that code was some @include and @mixin
I removed the portions of both to see if either was breaking when parsing, and the @include instructions were fine, but not the @mixin ...
So I removed all of that @mixin part of the code I had and the forum was back working. In order to have that back again (mainly color coding categories) I inserted that same code in the main template's custom scss file and it worked fine. Meaning all the color coded categories displayed how I wanted.
So from that I deduce that
- The code was written properly and
- Probably, Kunena's parsing of the @mixin functionality has a bug, but it could be something other within my @mixin instructions, though I doubt it as it was quite straightforward.
Tomás
Please Log in or Create an account to join the conversation.
Is-it possible to send to me your file custom.scss ? Like i can try to reproduce it
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
- Chico Gois
- Topic Author
- Offline
- New Member
- Let´s go de pinóte again...
The problem apparently is with my template
Atenciosamente,
Chico Gois
Please Log in or Create an account to join the conversation.