|

- 帖子
- 7
- 精华
- 0
- 积分
- 4
- 专家分
- 0 EXP
- 注册时间
- 2007-2-12
|
25#
发表于 2007-3-6 20:46
| 只看该作者
我照教程来做,出现这样的错误!!!
exception 'FLEA_Db_Exception_SqlQuery' with message 'SQL 错误消息: "Data too long for column 'nicker' at row 1"
SQL 语句: "INSERT INTO `guestbook` (`nicker`, `email`, `url`, `content`, `created`) VALUES ('士大夫夺', '大师傅', '地方税', '地方税', '2007-03-06 12:44:29')"
SQL 错误代码: "7335941".' in D:\AppServ\www\GD\FLEA\Db\Driver\Mysql.php:576
#0 D:\AppServ\www\GD\FLEA\Db\Driver\Mysql.php(158): FLEA_Db_Driver_Mysql->_query('INSERT INTO `gu...', true)
#1 D:\AppServ\www\GD\FLEA\Db\TableDataGateway.php(944): FLEA_Db_Driver_Mysql->execute('INSERT INTO `gu...')
#2 D:\AppServ\www\GD\Guestbook\Controller\Default.php(39): FLEA_Db_TableDataGateway->create(Array)
#3 D:\AppServ\www\GD\FLEA\Dispatcher\Simple.php(80): Controller_Default->actionCreate()
#4 D:\AppServ\www\GD\FLEA\Dispatcher\Simple.php(49): FLEA_Dispatcher_Simple->_executeAction('Default', 'create', 'Controller_Defa...')
#5 D:\AppServ\www\GD\FLEA\FLEA.php(240): FLEA_Dispatcher_Simple->dispatching(Array)
#6 D:\AppServ\www\GD\Guestbook\index.php(18): run()
#7 {main} |
|