Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved Crypsis Template bugged?

More
8 years 10 months ago #21 by scenium
Replied by scenium on topic Crypsis Template bugged?
I use Helix framework. Debug mode is enabled, and I see the following error:

The error was detected in the System - Helix3 Plugin.

Fatal Error: Cannot redeclare class lessc_formatter_compressed in plugins/system/helix3/core/classes/lessc.inc.php on line 3666


I swear on this class:

class lessc_formatter_compressed extends lessc_formatter_classic {
public $disableSingle = true;
public $open = "{";
public $selectorSeparator = ",";
public $assignSeparator = ":";
public $break = "";
public $compressColors = true;

public function indentStr($n = 0) {
return "";
}
}


If you remove the class begins to swear on the other of the first is the same file (plugins/system/helix3/core/classes/lessc.inc.php).
As I understand it, all the errors related to the compilation of loess.

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #22 by 810

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #23 by scenium
Replied by scenium on topic Crypsis Template bugged?
Unfortunately, the topic is also no solution to the problem (

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #24 by carlat2
Replied by carlat2 on topic Crypsis Template bugged?
Hi,
the same here.
The error was detected in the System - Helix Plugin.

Fatal Error: Cannot redeclare class lessc_formatter_compressed in plugins/system/helix/core/classes/lessc.inc.php on line 3350

Any solutions?

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #25 by 810

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #26 by scenium
Replied by scenium on topic Crypsis Template bugged?
This only for Helix Framework, but not for Helix3 Framevork (

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #27 by 810

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #28 by scenium
Replied by scenium on topic Crypsis Template bugged?

810 wrote: github.com/JoomShaper/Helix3/pull/2/files


Dont work :(

Fatal Error was detected!

The error was detected in the Shaper Helix3 Template.

Fatal Error: Call to a member function setLessVariables() on a non-object in templates/shaper_helix3/index.php on line 132


Also, after the change does not work the whole site (just a white page).

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #29 by 810
Replied by 810 on topic Crypsis Template bugged?
Yeah saw that to.

They have a method to have overrides the values.

I don't know how to fix that.

Temp Fix:
custom your template.

When you don't want any changes anymore do this on line 152
Code:
if (!class_exists('lessc')) { $this->helix3->addCSS('bootstrap.min.css, font-awesome.min.css')// CSS Files ->addJS('bootstrap.min.js, jquery.sticky.js, main.js')// JS Files ->lessInit()->setLessVariables(array( 'preset' => $this->helix3->Preset(), 'bg_color' => $this->helix3->PresetParam('_bg'), 'text_color' => $this->helix3->PresetParam('_text'), 'major_color' => $this->helix3->PresetParam('_major') )) ->addLess('legacy/bootstrap', 'legacy') ->addLess('master', 'template'); } else { $this->helix3->addCSS('template.css, font-awesome.min.css, bootstrap.min.css') ->addJS('bootstrap.min.js, jquery.sticky.js, main.js'); }

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #30 by scenium
Replied by scenium on topic Crypsis Template bugged?
I do not understand where to insert this code.

In between the lines of the original file

if(count($files)) {

and

foreach($files as $file) {


Or changes in the file between the lines

return $value;

and

}

?

Please Log in or Create an account to join the conversation.

Time to create page: 0.695 seconds