Loading...
 
Features / Usability

Features / Usability


Re: error with spellcheck

posts: 2881 United Kingdom

Hi,

Line 107 of bablotron.php is probably causing the problem, and more likely a left over from PEAR database.

I'll find the ADO equiv and update and also report back.

Damian

posts: 4

Are there any updates on this spellcheck error?

I still get

Fatal error: Call to a member function on a non-object in /home/trailwi/public_html/lib/bablotron.php on line 110

Any idea how to fix this?

posts: 2

David - Did you try the loading the dictionary? I had the same problem and eventually arrived on the SpellcheckingDoc page where it had directions to load words_en.sql into the database. But of course there were no pointers to the file.

The file I eventually located on sourceforge, here http://sourceforge.net/project/showfiles.php?group_id=64258&package_id=66975&release_id=125795.

The README inside the file is slightly incorrect. The command I used after extracting the ZIP file was:

mysql tiki -u user -p < words_en.sql

Good luck!
-Paul