原帖由 yg6880 于 2008-5-15 23:28 发表
试试把templates\default\下的templates.lang.php拷贝一份到templates\xids下看看行不行
| 同名整合 | 用户同步 | ID号重排 | 管 理 处 | 基本设置
以上几项操作都有错误提示
1.同名整合- Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in E:\web\wwwroot\book\plugins\xids\2in1.php on line 23
- select appid,username from mergemembers
复制代码 2.用户同步
- Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in E:\web\wwwroot\book\plugins\xids\sync.php on line 38
- select uid,username,email,regip,regdate from members where uid not in ('1','6','8','9','10','11','13','14','15','16','17','18','20','310681')
复制代码 3.ID号重排- Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in E:\web\wwwroot\book\plugins\xids\sort.php on line 24
- Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in E:\web\wwwroot\book\plugins\xids\sort.php on line 24
- Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in E:\web\wwwroot\book\plugins\xids\sort.php on line 32
- Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in E:\web\wwwroot\book\plugins\xids\sort.php on line 32
复制代码 4.管 理 处 |