Thread
:
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
View Single Post
#
2
(
permalink
)
07-04-2008, 05:09 AM
akizdetz
Junior Member
Join Date: Feb 2008
Posts: 6
If it helps, I am getting usually this error when trying to access _setup() from Zend_Db_Table:
protected function _setup()
{
$this->_name = 'log';
$this->_primary = 'id';
parent::_setup(); // HERE!!!
}
Anyone?
akizdetz
View Public Profile
Send a private message to akizdetz
Find all posts by akizdetz