Author Topic: Table does not exist - installation problem  (Read 6267 times)

Offline nemo2010

  • Newbie
  • *
  • Posts: 3
Table does not exist - installation problem
« on: July 22, 2006, 02:31:55 PM »
Hi,

Setup:
RC: linux server on 1and1 -- Linux infong383 2.6.16.13-20060523a-areca #1 SMP Tue May 23 17:47:33 CEST 2006 i686 unknown
DB: hosted on performa.net servers


I just tried to install RC and after setting up the *.inc.php files got the following error:
DB Error in /homepages/.../mail/program/include/rcube_db.inc (455): DB Error: no such table Query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='d5af31f48f5ff2c4b1e207da3e832ee7' [nativecode=1146 ** Table 'db171599339.session' doesn't exist]

Fatal error: Call to a member function on a non-object in /homepages/.../mail/program/include/rcube_db.inc on line 343


I had RC running smoothly on the old server, but this time it is stuck.
I double check mysql cnnectivity with a script, and can connect to the db, and the same values were entered into db.inc.php

It should work, but it does not.

Any ideas?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Table does not exist - installation problem
« Reply #1 on: July 22, 2006, 03:32:30 PM »
Did you create the tables? The reason you get the "Fatal error" call is because the query that's being run is failing. So make sure you execute the *.sql file for your sql server. if you don't create the tables, RC won't work :(
 
  

Offline nemo2010

  • Newbie
  • *
  • Posts: 3
Re: Table does not exist - installation problem
« Reply #2 on: July 22, 2006, 03:53:37 PM »
Brett,

It works like a charm. I don't know why I forgot to run *.sql, but...

Thank a lot.