Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Search Plugin does not work

More
15 years 4 months ago - 15 years 4 months ago #75847 by mibert
Hi Xillibit,

thanks for the suggestion. But how do I properly uninstall the existing plugin.
The ZIP file contains a XML file called kunenasearch.xml with the following content:

I include it to this post:
Code:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install> <install version="1.5" type="plugin" group="search" method="upgrade"> <name>Search - Kunena</name> <author>Kunena Team</author> <creationDate>2010-08-31</creationDate> <build>94</build> <copyright>(c) 2010 Kunena Team, All rights reserved</copyright> <authorEmail>[email protected]</authorEmail> <authorUrl>www.kunena.com</authorUrl> <license>GNU/GPL</license> <version>1.6.0-RC2</version> <description>PLG_KUNENASEARCH_DESCRIPTION</description> <files> <filename plugin="kunena">kunenasearch.php</filename> </files> <languages> <language tag="en-GB">en-GB.plg_search_kunena.ini</language> </languages> <params> <param name="search_limit" type="text" size="5" default="50" label="PLG_KUNENASEARCH_PARAM_SEARCH_LIMIT" description="PLG_KUNENASEARCH_PARAM_SEARCH_LIMIT_DESC"/> <param name="content_limit" type="text" size="5" default="40" label="PLG_KUNENASEARCH_PARAM_CONTENT_LIMIT" description="PLG_KUNENASEARCH_PARAM_CONTENT_LIMIT_DESC"/> <param name="show_bbcode" type="radio" default="1" label="PLG_KUNENASEARCH_PARAM_SHOW_BBCODE" description="PLG_KUNENASEARCH_PARAM_SHOW_BBCODE_DESC"> <option value="0">PLG_KUNENASEARCH_OPTION_NO</option> <option value="1">PLG_KUNENASEARCH_OPTION_YES</option> </param> </params> </install>


Best regards

Michael
Last edit: 15 years 4 months ago by mibert. Reason: Can not upload XML files

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

More
15 years 3 months ago - 15 years 3 months ago #76338 by louis0815
I had exactly the same problem.


Regarding the manual deinstallation, Google came up with this .

But before manually deleting it, I realized the root cause of the problem:

The plugin files are named kunenasearch.* - but the plugin is initially configured with filename kunena. As soon as you either change the plugin config to kunenasearch or rename the files to kunena.* the plugin becomes active.
Renaming is the better option because line 52 of kunenasearch.php looks for kunena as well:
Code:
$plugin = JPluginHelper::getPlugin ( 'search', 'kunena' );

Or, even better: try the file from SVN as mentioned in this post
Last edit: 15 years 3 months ago by louis0815.
The following user(s) said Thank You: mibert

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

More
15 years 3 months ago #76525 by mibert
Hi Louis,

thank you very much for this great advise. Using your suggestion I can now install and uninstall the plugin.

Strange enough it is still not working well. It can only find the posts, which have been written before the update to Kunena 1.6.1 six days ago, but none of the posts which was written after this update.

Does anybody have an idea, how to fix this issue.

Thanks in advance and have a nice weekend.

Best regards

Michael

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

More
15 years 3 months ago #77980 by mibert
Hi there,

I am still facing same issue. The Joomla Search plugin of Kunena 1.6.1 only finds posts, which was posted before the update to Kunena 1.6.1.

All posts after this upgrade are not found.

Could you please let me know, if someone are facing the same issue, or am I alone with this.

Thanks in advance for your advise and have a nice weekend.

Best regards

Michael

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

More
15 years 3 months ago #78078 by mibert
Hi there,

finally I found the second problem with the search plugin.
The first one is the naming issue, as Louis suggested earlier.

The reason, why the plugin only found topics, which was written before the forum update was, that the search plugin was looking up the MySQL table #__fb_messages and #__fb_messages_text.

However, the migration script, converting Kunena 1.5 into Kunena 1.6 is creating new tables, which are called #__kunena_messages and #__kunena_messages_text.

By changing this table names in the plugin script, its now working fine.

I would recommend to update the search plugin in the download area.

I am still wondering, why nobody else faced the same issue. It should apply to everybody, who upgraded from Kunena 1.5 to 1.6.

Anyway, thanks for trying to help and have a nice weekend

Best regards

Michael

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

More
15 years 3 months ago #78088 by xillibit
Hello,

There are two search plugins : one plugin has been designed by a third party personn which is not in kunena team and had released a version for k1.5.x
one other plugin has been made by kunena team and is available here :http://joomlacode.org/gf/project/kunena/frs/

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.

Time to create page: 0.260 seconds