关于zend SQLSTATE[HY093]的问题 各位大虾帮帮忙
veeki 2010-08-09 12:16:21 Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY093]: Invalid parameter number: no parameters were bound' in D:\AppServ\www\xrw\trunk\library\Zend\Db\Statement\Pdo.php:238 Stack trace: #0 D:\AppServ\www\xrw\trunk\library\Zend\Db\Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array) #1 D:\AppServ\www\xrw\trunk\library\Zend\Db\Adapter\Abstract.php(433): Zend_Db_Statement->execute(Array) #2 D:\AppServ\www\xrw\trunk\library\Zend\Db\Adapter\Pdo\Abstract.php(230): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Select), Array) #3 D:\AppServ\www\xrw\trunk\library\Zend\Db\Adapter\Abstract.php(663): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Select), Array) #4 D:\AppServ\www\xrw\trunk\application\models\workspaceModel.php(14): Zend_Db_Adapter_Abstract->fetchRow(Object(Zend_Db_Select)) #5 D:\AppServ\www\xrw\trunk\application\controllers\UserController.php(1085): workspaceModel::hunterInfo(NULL) #6 D:\AppServ\www\xrw\trunk\library\Zend\Controller\Action.php(503): UserController->sho in D:\AppServ\www\xrw\trunk\library\Zend\Db\Statement\Pdo.php on line 238
问题描述: 我是两个系统公用一个数据库! 一个是网站本身 一个后台管理 都是ZEND 框架
在FF中没有任何问题正常使用!在IE中只要登录其中任何一个 后面登录都不起作用 报错如上!
同事说看能不能用数据库标识符分开来使用 数据库是一个 但是用标识符分开来使用! 具体怎么操作?