- Posts: 9
- Thank you received: 1
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
Question error when searching terms has latin characters (as í or ñ)
- ernestortiz
-
Topic Author
- Offline
- New Member
-
variable $0
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\components\com_kunena\lib\kunena.debug.php"
$line "42"
$function "debug_callstackinfo"
[args] Nested Array
variable $1
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\components\com_kunena\lib\kunena.debug.php"
$line "62"
$function "trigger_dberror"
[args] Nested Array
variable $2
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\components\com_kunena\lib\kunena.search.class.php"
$line "148"
$function "check_dberror"
[args] Nested Array
variable $3
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\components\com_kunena\kunena.php"
$line "796"
$function "CKunenaSearch"
$class "CKunenaSearch"
$type "->"
[args] Nested Array
variable $4
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\libraries\joomla\application\component\helper.php"
$line "162"
[args] Nested Array
$function "require_once"
variable $5
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\includes\application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
variable $6
key value
$file "E:\LocalServer\xampp\htdocs\joomla_en\index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"
Installed version: 1.0.8 | 2009-02-17 | 1166 [ Speakup! ] | php 5.2.8 | mysql 5.1.30-community
Fatal error: Unable to count messages.\nDB function reports no errors in E:\LocalServer\xampp\htdocs\joomla_en\components\com_kunena\lib\kunena.debug.php on line 54
I am testing Kunena in a local server, and this is the only error I get. I do not know why...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- ernestortiz
-
Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 1
The problem should be related with the character set of the database. In my local server my database is latin1_swedish_ci coded, against the utf8_general_ci coded in the web online (although in both cases each one of its tables are utf8_general_ci coded). Possibly this incongruence between the character set of the database and the character set of its tables generated the errors in the local searching.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.