I installed this yesterday and it worked fine. I am moving from a different server and when the database was moved to the new one, the arcade disappeared. I re did all of the editing, but now I get this...and am totally lost
mySQL query error: SELECT m.userid, m.username, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp,
m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.adminpermissions AS is_admin,
g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
FROM user AS m
LEFT JOIN usergroup AS g
ON (m.usergroupid = g.usergroupid)
WHERE userid=1 LIMIT 0, 1
mySQL error: Unknown column 'm.arcade_pmactive' in 'field list'
mySQL error code:
Date: Sunday 27th of November 2005 12:44:28 PM
|