主題: 升级到1.2后,关于权限的问题 作者: Javor 於 三月 26, 2007, 12:57:43 下午 升级完成后,登陆,看不到"全部站台管控"这个菜单,强行访问那个URL,就会有错误:你没有进行这个动作的权限。
这个用户的编号是1。 下面是数据库中的权限定义: mysql> select * from lt_users_permissions where user_id=1; +-----+---------+---------+---------------+ | id | user_id | blog_id | permission_id | +-----+---------+---------+---------------+ | 8 | 1 | 0 | 1 | | 103 | 1 | 3 | 24 | | 104 | 1 | 3 | 6 | | 105 | 1 | 3 | 19 | | 106 | 1 | 3 | 9 | | 107 | 1 | 3 | 12 | | 108 | 1 | 3 | 3 | | 109 | 1 | 3 | 22 | | 110 | 1 | 3 | 2 | | 111 | 1 | 3 | 38 | | 112 | 1 | 3 | 25 | | 113 | 1 | 3 | 37 | | 114 | 1 | 3 | 35 | | 115 | 1 | 3 | 32 | | 116 | 1 | 3 | 7 | | 117 | 1 | 3 | 15 | | 118 | 1 | 3 | 20 | | 119 | 1 | 3 | 10 | | 120 | 1 | 3 | 13 | | 121 | 1 | 3 | 4 | | 122 | 1 | 3 | 23 | | 123 | 1 | 3 | 17 | | 124 | 1 | 3 | 36 | | 125 | 1 | 3 | 8 | | 126 | 1 | 3 | 16 | | 127 | 1 | 3 | 21 | | 128 | 1 | 3 | 11 | | 129 | 1 | 3 | 14 | | 130 | 1 | 3 | 5 | | 131 | 1 | 3 | 26 | | 132 | 1 | 3 | 18 | +-----+---------+---------+---------------+ 31 rows in set (0.00 sec) 这是怎么回事? 主題: Re: 升级到1.2后,关于权限的问题 作者: chen242 於 三月 31, 2007, 09:27:47 下午 我也是同樣的問題
在升級過程中只有 Performing changes to the dabase schema, please wait (step 1 of 6) Error modifying table gallery_albums: Column 'normalized_description' cannot be part of FULLTEXT index The database error message was: Column 'normalized_description' cannot be part of FULLTEXT index You may choose to ignore this error and continue with the data update process by clicking the "Continue" button below. 的錯誤提示 完成後 進入admin.php 少了一項全部站台控制 請問該如何解決 系統是suse 9.3 mysql-4.1 php4-4.3 lifeype 可能是1.0.6 還需要其他資料嗎? 主題: Re: 升级到1.2后,关于权限的问题 作者: ajer001 於 五月 04, 2007, 05:14:22 下午 請問是從 1.0.x 直接升級到 1.2.x 嗎?
如果是的話,我也有遇到過,建議最好先升級到 1.1.x 再升級上來,這樣就不會有問題了。 主題: Re: 升级到1.2后,关于权限的问题 作者: jerome 於 五月 04, 2007, 11:28:46 下午 我今天剛好升級了一次
阿駕說的沒錯 我的過程在這裡 http://jerome.anyday.com.tw/archives/185 |