- Posts: 7329
- Thank you received: 1425
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 Crypsis Template bugged?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
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
Please Log in or Create an account to join the conversation.
In between the lines of the original file
andif(count($files)) {
foreach($files as $file) {
Or changes in the file between the lines
andreturn $value;
?}
Please Log in or Create an account to join the conversation.