You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZFDatgrid Version (Bvb_Grid::getVersion()): 1310
Operating system: Windows Vista
PHP Version: 5.2
Database Server and version: MySQL 5.1
Source Adatapter: PDO_MYSQL
Any search throws exception like:
Unrecognized value in extra key
Exception information:
Original author: Vlad.Ovc...@gmail.com (July 09, 2010 09:08:17)
What steps will reproduce the problem?
users
with thecompany
field'title' => 'Company',
'search' => array('fulltext' => true),
));
ZFDatgrid Version (Bvb_Grid::getVersion()): 1310
Operating system: Windows Vista
PHP Version: 5.2
Database Server and version: MySQL 5.1
Source Adatapter: PDO_MYSQL
Any search throws exception like:
Unrecognized value in extra key
Exception information:
Message: Unrecognized value in extra key
Stack trace:
#0 ...\library\Bvb\Grid.php(1049): Bvb_Grid_Source_Zend_Select->addFullTextSearch('adfa', 'company', Array)
#1 ...\library\Bvb\Grid.php(2317): Bvb_Grid->_buildFiltersValues()
#2 ...\library\Bvb\Grid\Deploy\Table.php(1604): Bvb_Grid->deploy()
#3 ...\application\controllers\AdminController.php(99): Bvb_Grid_Deploy_Table->deploy()
#4 ...\library\Zend\Controller\Action.php(513): AdminController->usersAction()
#5 ...\library\Zend\Controller\Dispatcher\Standard.php(289): Zend_Controller_Action->dispatch('usersAction')
#6 ...\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#7 ...\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#8 ...\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#9 ...\index.php(26): Zend_Application->run()
#10 {main}
Request Parameters:
array (
'controller' => 'admin',
'action' => 'users',
'order' => 'fio_ASC',
'company' => 'adfa',
'module' => 'default',
)
During debugging the file bvb/grid/source/zend/select.php in the code "$extra = isset($full['extra']) ? $full['extra'] : 'boolean';
the variable $extra for some reason has value "c"
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=373
The text was updated successfully, but these errors were encountered: