[wikka-community] upgrading tmxxine

Brian Koontz brian
Sat Mar 22 14:53:04 GMT 2008


On Sat, Mar 22, 2008 at 06:41:18PM +0800, Ed Jason wrote:
> Query failed: SELECT * FROM wikka_sessions WHERE
> sessionid='c4199a32c0c076a151b0e0cdc44a6045' AND
> userid='CrustyLobster' (Table 'lobster1.wikka_sessions' doesn't exist)

Ed--

Sounds like you have a beta of 1.1.6.4 prior to 02Dec07...you need to
create the following table in your lobster1 db:

create table wikka_sessions (sessionid char(32) not null, userid
varchar(75) not null, primary key (sessionid, userid), session_start
datetime not null);

That should solve your problem...if not, let me know.

  --Brian

-- 
Brian Koontz
Wikka Development Team
Systems Support and Random Tasking Dept.




More information about the community mailing list