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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Birthday Modul

More
15 years 1 month ago #88473 by KleinMeyl
root/modules/mod_sw_kbirthday/tmpl/
root/modules/mod_sw_kbirthday/tmpl/default.php exist.

Both exist and are chmod 777.

I have updated this site from 1.5.9 to 1.5.22 on localhost. Then I have uploaded the site through ftp. Adjusted the configuration file and imported the database in php MyAdmin.

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

More
15 years 1 month ago #88554 by svanschu
Hmm just trying to understand what the error cause, because i can't reproduce it atm …

Do you get a dropdownlist for the different templates which are in root/modules/mod_sw_kbirthday/tmpl/ or is that list missing??

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

More
15 years 1 month ago #88571 by KleinMeyl
I send you a printscreen of root/modules/mod_sw_kbirthday/tmpl/

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

More
15 years 1 month ago #88580 by svanschu
Yes but is there a dropdown in die modul config where you can choose those templates?

Which Server do you use? Apache or IIS?

And which Patch is shown in the Error? JFolder::folder: Path is not a folder Path: ???????

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

More
15 years 1 month ago #88585 by KleinMeyl
In the template dropdown I can choose between default and kunena_bottom
server apache


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

More
15 years 1 month ago #88594 by svanschu
I really would like to know what the problem is … Could you turn on debug mode and look if you find some further information. If I know WHICH path is wrong I could fix the issue …

Do you installed any stuff which change joomla? Your Gegevens (Details?) looks so different to a normal Joomla Module Config view …

You can also try to open mod_sw_kbirthday.xml, find this line
Code:
description="SW_KBIRTHDAY_TEMPLATE_DESC" directory="modules/mod_sw_kbirthday/tmpl/"
and change it to this:
Code:
description="SW_KBIRTHDAY_TEMPLATE_DESC" directory="modules/mod_sw_kbirthday/tmpl"
or this
Code:
description="SW_KBIRTHDAY_TEMPLATE_DESC" directory="/modules/mod_sw_kbirthday/tmpl/"
or this
Code:
description="SW_KBIRTHDAY_TEMPLATE_DESC" directory="/modules/mod_sw_kbirthday/tmpl"

That is the only place where JFolder is used by joomla and I only can say what'S wrong when I see the Path which Joomla means to use on your system …

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

Time to create page: 0.236 seconds