- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 1.0.7b Search - No forums to search in
- VinceViag
-
Topic Author
- New Member
-
Less
More
17 years 7 months ago - 17 years 7 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
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 7 months ago by VinceViag.
Please Log in or Create an account to join the conversation.
17 years 7 months ago #1721
by Matias
Replied by Matias on topic Re:1.0.7b Search - No forums to search in
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();
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
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
17 years 7 months ago - 17 years 7 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
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 7 months ago by VinceViag.
Please Log in or Create an account to join the conversation.
17 years 7 months ago #2013
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:1.0.7b Search - No forums to search in
Hi,
You have left the old line in and now you have tow declarations:
$arr_KUNENA_results must not be there twice. Get rid of the first line and it should work.
Hope this helps!
fxstein
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
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
17 years 7 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
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.
17 years 7 months ago #2040
by dasoft
Replied by dasoft on topic Re:1.0.7b Search - No forums to search in
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.236 seconds