Loading...
 
Skip to main content

5.0RC1 - wiki Editing option "check orthography" ->em error : table "babl_words_fr" missing

Status
Closed
Subject
5.0RC1 - wiki Editing option "check orthography" ->em error : table "babl_words_fr" missing
Version
5.x
Category
  • Error
  • Consistency
  • Conflict of two features (each works well independently)
Feature
i18n (Multilingual, l10n, Babelfish)
Spellcheck
Submitted by
Bernard TREMBLAY
Lastmod by
Philippe Cloutier
Rating
(0)
Description

Hello,

Remark : The editing current page seems to crash if to many changes by cut are made (my page lost).

Object :

Change of option "check orthography" lead to system error when you save the page :

__SYSTEM ERROR

La table 'teawik-ld8-50s-new1.babl_words_fr' n'existe pas
__
The query was :
select `word` from `babl_words_fr` where `word`=? or `word`=?

Valeurs :

1. Table
2. table

The built query was likely :
select `word` from `babl_words_fr` where `word`='Table' or `word`='table'

Stacktrace :

  • tiki-editpage.php : 0 -> {main}(array ( ))
  • tiki-editpage.php : 853 -> spellcheckreplace(array ( ))
  • lib\tikilib.php : 1659 -> spellcheckword(array ( ))
  • lib\tikilib.php : 1704 -> spellcheck_word(array ( ))
  • lib\bablotron.php : 44 -> word_exists(array ( ))
  • lib\bablotron.php : 104 -> query(array ( ))
  • lib\core\lib\TikiDb\Bridge.php : 29 -> query(array ( ))
  • lib\core\lib\TikiDb\Pdo.php : 119 -> handleQueryError(array ( ))
  • lib\core\lib\TikiDb.php : 150 -> handle(array ( ))


Solution

This was "fixed" by Louis-Philippe Huberdeau in r28046:
KIL Spellcheck. Now done better by browsers.

Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3507
Created
Tuesday 03 August, 2010 21:36:36 UTC
by Bernard TREMBLAY
LastModif
Tuesday 03 August, 2010 22:17:39 UTC


Show PHP error messages