Author Topic: blank page  (Read 2882 times)

Offline pnsuseen

  • Newbie
  • *
  • Posts: 2
blank page
« on: May 29, 2007, 04:25:27 AM »
When I attempt to login to RC (0.1-RC1 released), I get a blank page.
I did what's written here: http://roundcubeforum.net/forum/index.php?topic=798.0. (Tested my config on OpenSuse10.2 - working good.)

But, I get a blank page, when I am running a Suse Linux Enterprise Server 10 system with php 5.1.2, apache 2.2.3 and postgreSQL 8.1.9, Perl 5.8.8, PEAR 1.4.6


../logs/errors
[29-May-2007 08:52:24 +0200] DB Error: DB Error: no such table Query: 'iftuj001i3ijqerkdn641a6ih2'S [nativecode=ERROR: syntax error at or near "'iftuj001i3ijqerkdn641a6ih2'" at character 1] in /srv/www/htdocs/sptmp/program/include/rcube_db.inc on line 505
[29-May-2007 08:52:24] PHP Fatal error: Call to a member function getMessage() on a non-object in /srv/www/htdocs/sptmp/program/include/rcube_db.inc on line 366

Postgres_logs/log
2007-05-29 08:52:24 CEST baza2 user2 ERROR: syntax error at or near "'iftuj001i3ijqerkdn641a6ih2'" at character 1

postgres database:
      List of databases
   Name   |   Owner   | Encoding
---------------+---------------+----------
 baza2     | user2     | UTF8

postgres table
     List of relations
 Schema |  Name  | Type | Owner
--------+------------+-------+-------
 public | cache   | table | user2
 public | contacts  | table | user2
 public | identities | table | user2
 public | messages  | table | user2
 public | session  | table | user2
 public | users   | table | user2


can anybody help?