SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-4e69-1c68592-61596.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
#0 [internal function]: PDOStatement->execute()
#1 [internal function]: Phalcon\Db\Adapter\Pdo->executePrepared(Object(PDOStatement), Array, Array)
#2 [internal function]: Phalcon\Db\Adapter\Pdo->query('DESCRIBE `user`', NULL, NULL)
#3 [internal function]: Phalcon\Db\Adapter->fetchAll('DESCRIBE `user`', 3)
#4 [internal function]: Phalcon\Db\Adapter\Pdo\Mysql->describeColumns('user', '')
#5 [internal function]: Phalcon\Mvc\Model\MetaData\Strategy\Introspection->getMetaData(Object(Application\Models\User), Object(Phalcon\Di\FactoryDefault))
#6 [internal function]: Phalcon\Mvc\Model\MetaData->_initialize(Object(Application\Models\User), 'application\\mod...', 'user', '')
#7 [internal function]: Phalcon\Mvc\Model\MetaData->readMetaData(Object(Application\Models\User))
#8 [internal function]: Phalcon\Mvc\Model\MetaData->hasAttribute(Object(Application\Models\User), 'username')
#9 [internal function]: Phalcon\Mvc\Model\Query->_getQualified(Array)
#10 [internal function]: Phalcon\Mvc\Model\Query->_getExpression(Array, true)
#11 [internal function]: Phalcon\Mvc\Model\Query->_getExpression(Array)
#12 [internal function]: Phalcon\Mvc\Model\Query->_prepareSelect()
#13 [internal function]: Phalcon\Mvc\Model\Query->parse()
#14 [internal function]: Phalcon\Mvc\Model\Query->execute()
#15 /home/yeutre.vn/app/models/User.php(54): Phalcon\Mvc\Model::findFirst('username="ctv.n...')
#16 /home/yeutre.vn/app/controllers/desktop_v5/UserController.php(36): Application\Models\User::findFirst('username="ctv.n...')
#17 [internal function]: Application\Controllers\Desktop\UserController->profileAction('ctv.nguyentam')
#18 [internal function]: Phalcon\Dispatcher->callActionMethod(Object(Application\Controllers\Desktop\UserController), 'profileAction', Array)
#19 [internal function]: Phalcon\Dispatcher->dispatch()
#20 /home/yeutre.vn/public/index.php(107): Phalcon\Mvc\Application->handle()
#21 {main}