- Posts: 9
- Thank you received: 0
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.
16 years 8 months ago #19925
by jdgf
Error: pat-Error Could not load templates from header.html. was created 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:
Regards,
Dietmar
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.
16 years 8 months ago #19935
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Error: pat-Error Could not load templates from header.html.
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.
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
Less
More
- Posts: 1107
- Thank you received: 3
16 years 8 months ago #19941
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:Error: pat-Error Could not load templates from header.html.
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.
16 years 8 months ago - 16 years 8 months ago #19943
by Matias
Replied by Matias on topic Re:Error: pat-Error Could not load templates from header.html.
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"
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.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 8 months ago #19944
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:Error: pat-Error Could not load templates from header.html.
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.
16 years 8 months ago #19946
by Matias
Replied by Matias on topic Re:Error: pat-Error Could not load templates from header.html.
Another one is this:
Call to undefined method CKunenaTools::isjoomla15() in some servers
Add following to components/com_kunena/class.kunena.php line 341:
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