- Posts: 9
- Thank you received: 0
Kunena 6.4.9 & Kunena 7.0.1 Released
The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Question Error: pat-Error Could not load templates from header.html.
I have installed kunena 1.5.3 without trouble; in backend there is all working. If I will work with kunena in frontend, I get this error:
Do you know a solution?pat-Error Could not load templates from header.html.
Regards,
Dietmar
Please Log in or Create an account to join the conversation.
it's a problem during the install when Joomla uncompress the Kunena files. I suggest you to re-upload the file ou the files concerned by this problem.
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.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Small fix needed for: default_red, default_green, default_gray
Go to components/com_kunena/template/default_XXX directory and edit both header.html and footer.html
Change name in the first line from "jb-header" to "kunena-header"
Change name in the first line from "fb_footer" to "kunena-footer"
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Call to undefined method CKunenaTools::isjoomla15() in some servers
Add following to components/com_kunena/class.kunena.php line 341:
Please Log in or Create an account to join the conversation.