10380 Posts in 2195 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 485 Views |
-
Lucene - illegal character!

22 June 2011 at 12:22am Last edited: 22 June 2011 12:24am
Ok ive installed lucene
got the version from this website - 0.33 - lucene-silverstripe-plugin-0.3.3.tar.gzadded this to config:
ZendSearchLuceneSearchable::enable();
Now i want to index the site:
clicked on the button: Rebuild Search Index (on the SiteConfig /admin openingspage)opened firebug
and saw this error:
ERROR [Notice]: iconv() [<a href='function.iconv'>function.iconv</a>]: Detected an illegal character in input string IN POST /sapphire/main.php?url=/admin/RootForm& Line 62
on line 62 it says:
$this->_input = iconv($this->_encoding, 'ASCII//TRANSLIT', $this->_input);
also tried:
$this->_input = iconv('UTF-8', 'ISO-8859-1//TRANSLIT', $this->_input);
But the error keeps showing up, how do i index my site ?
Thx in advance!
-
Re: Lucene - illegal character!

28 June 2011 at 1:38am
got the latest version from github and everything was ok..
| 485 Views | ||
|
Page:
1
|
Go to Top |
