Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 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

Question Error: pat-Error Could not load templates from header.html.

More
16 years 8 months ago #19925 by jdgf
Hi,
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:

pat-Error Could not load templates from header.html.

Do you know a solution?
Regards,
Dietmar

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

More
16 years 8 months ago #19935 by xillibit
Hello,

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.

More
16 years 8 months ago #19941 by grumblemarc
This is a problem with the Kunena template. YOu have uploaded one but the directory structure is incorrect. You have a folder in a folder. In rare instances language files cause this.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 8 months ago - 16 years 8 months ago #19943 by Matias
FYI:

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"
Last edit: 16 years 8 months ago by Matias.

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

More
16 years 8 months ago #19944 by grumblemarc
This is a new error for 1.5.3 then? I need to add it to my list of errors then.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 8 months ago #19946 by Matias
Another one is this:

Call to undefined method CKunenaTools::isjoomla15() in some servers

Add following to components/com_kunena/class.kunena.php line 341:
Code:
function isJoomla15() { return true; }

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

Time to create page: 0.309 seconds