- Posts: 8
- 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
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.
Important K 1.5 latest posts module - no longer supported or maintained. Do NOT use this with K 1.6!
Please Log in or Create an account to join the conversation.
- troutspinner
-
- Offline
- New Member
-
- Posts: 1
- Thank you received: 0
Any and all help is appreciated. Site is www.paanglers.com if you need to look at it.
Thanks,
troutspinner
Please Log in or Create an account to join the conversation.
it hits this line in kunena.php, which is listed above:
require_once (KUNENA_ABSTMPLTPATH .DS. 'smile.class.php');
...it loads the custom smile.class.php from my custom template.
Then it gets to the explicitly declared hard-coded reference to the default template's smile.class.php and blows up with:
Fatal error: Cannot redeclare class smile in /Applications/MAMP/svn/www/components/com_kunena/template/default/smile.class.php on line 31
I get the fact that the distributed templates don't blow up - but none of them have a custom smile.class.php. There's quite a bit of display layer code in smile.class.php so I'm guessing it's possible I'm not the only one with a custom file in my template.
I also did a sitewide 'find | xargs grep' to look for all references to smile.class.php and it appears that the only references I have are
1. some config references in /administrator
2. the conditional you mention in ./components/com_kunena/kunena.php
3. ./modules/mod_kunenalatest/helper.php
4. commented header code in ./components/com_kunena/template/default/smile.class.php
and my custom smile.class.php
If there is a smile.class.php in a custom or modified template, line 17 in helper.php is going to have an issue.
Are you saying that the module is only supposed to work with distributed templates? I would think you could add your own conditional and basically make sure you're doing a require_once on the same smile.class.php file that kunena.php loads.
Please Log in or Create an account to join the conversation.
Never tried custom templates. Don't know that there are peoples which modifies smile.class.php....it loads the custom smile.class.php from my custom template.
OK, I will sync loading smile.class.php with Kunena. Will be resolved in next version.
Please Log in or Create an account to join the conversation.
Blue85 wrote:
It's not my mod_kunenalatest as my name is mod_kunenalatest version 1.0.45 is the latest. If you have mod_kunena_latest it's some different project/different developer -> different support.Fatal error: Call to undefined function ctype_digit() in /srv/www/htdocs/j/modules/mod_kunena_latest/mod_kunena_latest.php on line 224
You can grab my module and take support from here
As a matter of fact that was all i needed - your mod works fine thanks!
Please Log in or Create an account to join the conversation.
When i publish kunena latest, it "kills" all module title translation there are below it.
"Members" become CC MEMBERS
All module titles become this CC SOMETHING, instead of translated name
Any clue?
Tks a lot
Please Log in or Create an account to join the conversation.