stanislav-web / Searcher

Database searcher for Phalcon Framework. This is the search service is designed to search multiple SQL tables. Convenient to use autocomplete, search documents, search the whole site.
http://reds.com
MIT License
25 stars 7 forks source link

Issue with PDO #15

Open slipnox opened 8 years ago

slipnox commented 8 years ago

I am getting this error with no clue of why is happening this.

exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list' in D:\laragon\www\encasa\vendor\stanislav-web\phalcon-searcher\src\Searcher\Builder.php:264 Stack trace: #0 [internal function]: PDOStatement->execute() #1 [internal function]: Phalcon\Db\Adapter\Pdo->executePrepared(Object(PDOStatement), Array, NULL) #2 [internal function]: Phalcon\Db\Adapter\Pdo->query('SELECT `proyect...', Array, NULL) #3 [internal function]: Phalcon\Mvc\Model\Query->_executeSelect(Array, Array, NULL) #4 D:\laragon\www\encasa\vendor\stanislav-web\phalcon-searcher\src\Searcher\Builder.php(264): Phalcon\Mvc\Model\Query->execute() #5 D:\laragon\www\encasa\vendor\stanislav-web\phalcon-searcher\src\Searcher\Builder.php(230): Searcher\Builder->setResult(NULL, NULL) #6 D:\laragon\www\encasa\vendor\stanislav-web\phalcon-searcher\src\Searcher\Searcher.php(278): Searcher\Builder->loop(NULL, NULL) #7 D:\laragon\www\encasa\app\controllers\ProyectosController.php(440): Searcher\Searcher->run() #8 [internal function]: Villa\Controllers\ProyectosController->searchAction() #9 [internal function]: Phalcon\Dispatcher->callActionMethod(Object(Villa\Controllers\ProyectosController), 'searchAction', Array) #10 [internal function]: Phalcon\Dispatcher->_dispatch() #11 [internal function]: Phalcon\Dispatcher->dispatch() #12 D:\laragon\www\encasa\public\index.php(47): Phalcon\Mvc\Application->handle() #13 {main}