主題: 可新增但無法修改使用者帳號 作者: ted 於 三月 01, 2007, 12:20:07 下午 今天新增一個帳號後,要再回去修改時,當修改完 submit 之後, 出現無法修改的error
server 的 log如下 01-03-2007 13:21:34 ERROR - The following query = UPDATE `plog_users` SET `user`='abcde', `password`='b09f1ef76981ebbf12064c34967e5e04', `email`=1234@xxx.com, `full_name`='李小明', `about`='', `properties`='', `status`='1', `resource_picture_id`='0', `site_admin`='' WHERE id = '11'generated the following error message = Out of range value adjusted for column 'site_admin' at row 1 感覺'site_admin' 的值應該不是1就是0, 但不知為何會是空白? 想請教一下要怎麼改才好 ? 謝謝 我的LT 是 1.1.4 在 win2003上 主題: Re: 可新增但無法修改使用者帳號 作者: markwu 於 三月 21, 2007, 11:45:32 上午 Sorry, I can't type chinese in this notebook.
What is your mysql version? There is a bug that I fixed in 1.2, and it casue this problem. I will backport to patch to 1.1.x later. Mark |