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?
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 :(
Brett,
It works like a charm. I don't know why I forgot to run *.sql, but...
Thank a lot.