We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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}
The text was updated successfully, but these errors were encountered: