Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question 1.0.7b Search - No forums to search in

  • VinceViag
  • VinceViag's Avatar Topic Author
  • New Member
  • New Member
More
17 years 4 months ago - 17 years 4 months ago #1678 by VinceViag
1.0.7b Search - No forums to search in was created by VinceViag
Hi,

Looking like just what I need - TY.

Search for known content in a message in a forum.

******


Error 1: No forums to search in.

Warning: Invalid argument supplied for foreach() in E:\___NOTMUSICUTILS\___Server_PhP_SQL_dotnet\Joomla_1.5.9-Stable-Full_Package\xampp\xampp\htdocs\Joomla1_5_9\components\com_kunena\lib\kunena.search.class.php on line 248


****

TY
VV
Last edit: 17 years 4 months ago by VinceViag.

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

More
17 years 3 months ago #1721 by Matias
Fixed in our SVN. In the mean time you may want to change:

components/com_kunena/lib/kunena.search.class.ph, line 36 to:

var $arr_KUNENA_results = array();

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

  • VinceViag
  • VinceViag's Avatar Topic Author
  • New Member
  • New Member
More
17 years 3 months ago - 17 years 3 months ago #1978 by VinceViag
Replied by VinceViag on topic Re:1.0.7b Search - No forums to search in
TY,

No joy though, messy page and ...

*****

* Recent Discussions
* My Discussions
* Categories
* My Profile
* Rules
* Help



Welcome, Administrator
Show Latest Posts | My Profile | Logout | Announcements

Fatal error: Cannot redeclare jbSearch::$arr_KUNENA_results in E:\___NOTMUSICUTILS\___Server_PhP_SQL_dotnet\Joomla_1.5.9-Stable-Full_Package\xampp\xampp\htdocs\Joomla1_5_9\components\com_kunena\lib\kunena.search.class.php on line 36

*****

Line added as ...

*****

class jbSearch
{
/** search results **/
var $arr_KUNENA_results;
/** search strings **/
var $arr_KUNENA_searchstrings;
/** error number **/
var $int_KUNENA_errornr;
/** error msg **/
var $arr_KUNENA_results = array();
/** limit **/
var $limit;
/** limitstart **/
var $limitstart;
/**

*****

Cheers.

VV
Last edit: 17 years 3 months ago by VinceViag.

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

More
17 years 3 months ago #2013 by fxstein
Hi,

You have left the old line in and now you have tow declarations:
Code:
var $arr_KUNENA_results; /** search strings **/ var $arr_KUNENA_searchstrings; /** error number **/ var $int_KUNENA_errornr; /** error msg **/ var $arr_KUNENA_results = array();


$arr_KUNENA_results must not be there twice. Get rid of the first line and it should work.

Hope this helps!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

  • VinceViag
  • VinceViag's Avatar Topic Author
  • New Member
  • New Member
More
17 years 3 months ago #2017 by VinceViag
Replied by VinceViag on topic Re:1.0.7b Search - No forums to search in
TY,

Afraid not :( ...

****

Page nice, but

Error 1: No forums to search in.

****

I have 3 Cats and a forum in each.

Code used ...

****

class jbSearch
{
/** search results **/
/** search strings **/
var $arr_KUNENA_searchstrings;
/** error number **/
var $int_KUNENA_errornr;
/** error msg **/
var $arr_KUNENA_results = array();
/** limit **/
var $limit;
/** limitstart **/
var $limitstart;
/**

****

Cheers.

VV

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

More
17 years 3 months ago #2040 by dasoft
Copy - Paste:
Code:
class jbSearch { var $arr_KUNENA_results = array(); /** search strings **/ var $arr_KUNENA_searchstrings; /** error number **/ var $int_KUNENA_errornr; /** error msg **/ var $str_KUNENA_errormsg; /** limit **/ var $limit; /** limitstart **/ var $limitstart;

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

Time to create page: 0.324 seconds