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 Fatal Error was detected!

More
8 years 10 months ago #1 by hipnotyka
Hello. How do I solve this problem, Crypsis theme? Blue Eagle works well, but I'm interested in Crypsis. Please help me.

Fatal Error was detected!

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

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

More
8 years 10 months ago #2 by ruud
Replied by ruud on topic Fatal Error was detected!
Hi, I think I had the same issue when beta testing: a conflict with my template.

In my case my template loaded the lessparser.php unconditional (it would load it also if it was already loaded), resulting in a 'redeclare message'.

below you will find my fix for the template:
github.com/Ruud68/Meet-Gavern/commit/a7f...fb6101f13ed5b1d5ef6a

hope this helps.

sharing = caring

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

More
8 years 10 months ago #3 by carlat2
Replied by carlat2 on topic Fatal Error was detected!
Hi,
can this fix be applied to the helix bootstrap so it's useful for all the templates instead of one template?

My template is called JM OMNIA

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

More
8 years 10 months ago #4 by 810

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

More
8 years 10 months ago #5 by scenium
Replied by scenium on topic Fatal Error was detected!
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 #6 by xillibit
Replied by xillibit on topic Fatal Error was detected!
In Helix3 Framework you do the same in the file plugins/system/core/helix3.php at line 610 :
Code:
if (!class_exists('lessc')) { require_once __DIR__ . '/classes/lessc.inc.php'; self::getInstance()->_less = new lessc(); }

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.

More
8 years 10 months ago #7 by scenium
Replied by scenium on topic Fatal Error was detected!
Dont work.

The error was detected in the System - Helix3 Plugin.

Fatal Error: Call to a member function setVariables() on a non-object in plugins/system/helix3/core/helix3.php on line 633

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

More
8 years 10 months ago #8 by yberges
Replied by yberges on topic Fatal Error was detected!
hello do you have some news about this problem ?

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

More
8 years 10 months ago #9 by 810
Replied by 810 on topic Fatal Error was detected!
I have contacted the developers from helix, and they will look at it.

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

More
8 years 9 months ago #10 by scenium
Replied by scenium on topic Fatal Error was detected!

810 wrote: I have contacted the developers from helix, and they will look at it.


Any news?

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

Time to create page: 0.564 seconds