>
>As I suspected before, this is because the case for your mysql files is different from what your script appears to expect.
>
>mysql> SELECT U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status,
> -> U_Privates, U_FrontPage, U_Number, U_Banned,U_LastOn,U_OC_Userid, U_SideBar
> -> FROM w3t_Users limit 1;
>ERROR 1146: Table 'efs.w3t_Users' doesn't exist
>
>mysql> SELECT U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status,
> -> U_Privates, U_FrontPage, U_Number, U_Banned,U_LastOn,U_OC_Userid, U_SideBar
> -> FROM w3t_users limit 1;
egad! is this a result of going from Windows to Unix? How do I fix this without rewriting Threads?
Last edited by ChAoS; 10/06/2004 8:17 PM.