- Posts: 2
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Fatal Error was detected!
11 years 2 months ago #165882
by hipnotyka
Fatal Error was detected! was created 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
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.
11 years 2 months ago #165884
by ruud
sharing = caring
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.
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.
11 years 2 months ago #165973
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
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.
11 years 2 months ago #165975
by 810
Replied by 810 on topic Fatal Error was detected!
Please Log in or Create an account to join the conversation.
11 years 2 months ago #165994
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.
11 years 2 months ago #166005
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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.
Time to create page: 0.250 seconds