- Posts: 31
- Thank you received: 0
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
Question Cant post or reply to a topic
16 years 6 months ago #31586
by mysfowner
Cant post or reply to a topic was created by mysfowner
500 Server Error
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
what could cause this?
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
what could cause this?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31613
by Matias
Replied by Matias on topic Re: Cant post or reply to a topic
Did you follow the instructions?
Is it clean install or an upgrade from..?
Check the server logs, fix the problem, then try again.
Is it clean install or an upgrade from..?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31722
by mysfowner
Replied by mysfowner on topic Re: Cant post or reply to a topic
What Instructions? I just installed using the installer and no Not an upgrade.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31723
by Matias
Replied by Matias on topic Re: Cant post or reply to a topic
No idea which instructions
I was very tired yesterday after too much coding..
Can you access Apache error logs? They may reveal what is the problem..
Can you access Apache error logs? They may reveal what is the problem..
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31725
by Matias
Replied by Matias on topic Re: Cant post or reply to a topic
I may know what is going on, but you need to help me:
Edit components/com_kunena/template/default/fb_write.php lines 307-308: just modify values like this:
Did it help?
EDIT: working(?) fix above..
Edit components/com_kunena/template/default/fb_write.php lines 307-308: just modify values like this:
Code:
<input type="hidden" value="<?php echo JURI::base(true).'/components/com_kunena/template/default';?>" name="templatePath" />
<input type="hidden" value="<?php echo JURI::base(true);?>/" name="kunenaPath" />
Did it help?
EDIT: working(?) fix above..
Last edit: 16 years 6 months ago by Matias.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31731
by mysfowner
Replied by mysfowner on topic Re: Cant post or reply to a topic
so are you saying to completely replace this code below with the one in your post?:
Code:
<input type="hidden" value="<?php echo KUNENA_DIRECTURL . '/template/default';?>" name="templatePath" />
<input type="hidden" value="<?php echo JRoute::_(KUNENA_LIVEURLREL);?>" name="kunenaPath" />
Please Log in or Create an account to join the conversation.
Time to create page: 0.237 seconds