- Thank you received: 0
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
-
Topic Author
- New Member
-
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
Please Log in or Create an account to join the conversation.
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
-
- Thank you received: 0
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
Please Log in or Create an account to join the conversation.
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
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- VinceViag
-
Topic Author
- New Member
-
- Thank you received: 0
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.
Please Log in or Create an account to join the conversation.