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

Question Crypsis Bootstrap Template Fatal Error

More
8 years 8 months ago #1 by dtouch
I just made a fresh installation of Kunena 4.0.3 i=on Joomla 3.4.3 and Installed Crypsis Bootstarp 3 v 4.0.3. I made it default and forum gave a fatal error. Blue Eagle works fine.
I am using template named Zenith II by ThemeXpert
www.themexpert.com/download/category/48-zenithii
Which is based on Exposé Framework
.........
The debug shows.

500 Internal Server Error
Fatal Error was detected!

The error was detected in the Libraries.

Fatal Error: Cannot redeclare class lessc_formatter_compressed in libraries/expose/libs/lessc.php on line 3463

----
How can I get crypsis to run?

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

More
8 years 8 months ago #2 by xillibit
Hello,

This is because you have somewhere an include once of the file libraries/expose/libs/lessc.php, so it's already loaded in Kunena so it don't need to be loaded somewhere else

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 8 months ago #3 by dtouch
How can this be solved and get crypsis work?

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

More
8 years 8 months ago #4 by xillibit
It's inclued direclty in the file core\core.php in the line 14 :
Code:
expose_import('libs.lessc');

This should be loaded only if it's not already loaded somewhere else in Joomla!

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 8 months ago #5 by dtouch

xillibit wrote: It's inclued direclty in the file core\core.php in the line 14 :

Code:
expose_import('libs.lessc');

This should be loaded only if it's not already loaded somewhere else in Joomla!


There is a setting to turn off compile less in template manager. I had turned that off. Still getting the same error. So exposé framework doesn’t work with crypsis?

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

More
8 years 8 months ago - 8 years 8 months ago #6 by xillibit
This setting seems to disable less compiling but doesn't the file lessc.php to be loaded into expose framework, maybe open a new issue about it : github.com/themexpert/Expose-Framework-Library

I don't provide support by PM, because this can be useful for someone else.
Last edit: 8 years 8 months ago by xillibit.

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

More
8 years 8 months ago #7 by dtouch
I had already done that. They dont seem to reply to any issues posted :/

github.com/themexpert/Expose-Framework-Library/issues/70

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

Time to create page: 0.508 seconds