Author Topic: New install, blank screen, missing tables **SOLVED**  (Read 3027 times)

Offline NFG

  • Newbie
  • *
  • Posts: 2
New install, blank screen, missing tables **SOLVED**
« on: July 10, 2007, 08:39:50 PM »
I'm trying to install roundcube and have come up against a blank screen. No content whatever is served, and the error log shows that the script seems to be failing to create the required tables:

[nativecode=1146 ** Table 'rcmail.session' doesn't exist]

Now, There's more to the logfile but it all seems to fall to this part of the equation. I'm gathering that roundcube is able to access the DB or it wouldn't know about missing tables. The user permissions for MySQL are fully granted for the RC database.

Environment:
Windows Server 2003,
Abyss X2 webserver
MySQL (not sure the version),
PHP 4.4.2

Full error message:
Code: [Select]
DB Error in e:\data\web\system\rcmail\program\include\rcube_db.inc (505):
DB Error: no such table Query: SELECT vars, ip, UNIX_TIMESTAMP(changed)
AS changed FROM session WHERE sess_id='1eefc48d52254a9c35d8bf80e36aa31f' [
nativecode=1146 ** Table 'rcmail.session' doesn't exist]

Fatal error: Call to a member function on a non-object in
e:\data\web\system\rcmail\program\include\rcube_db.inc on line 366

solved! Basically on Windows the script does not create its own tables. By following the instructions for the IIS installation found here I managed to make it work.

Surely there's a way to make it work in Windows without the hassle of manual table creation?