Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: xyber on August 06, 2011, 03:57:53 PM

Title: Issue with roundcube
Post by: xyber on August 06, 2011, 03:57:53 PM
Hi All,

Noob here, am facing quite a problem with rc and i really cannot understand what is going on. Please help point me in the right direction if i posted in the forum. Been googling around by cannot seem to find a way out. It sets up perfectly but error when logging in. Please advice, this is the error found in the log file.


Code: [Select]
[06-Aug-2011 15:46:34] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_54b0531f4a18e217f3b252a8589b07508f47512bd FROM 'DELETE FROM session WHERE sess_id = ?']
[Native code: 2006]
[Native message: MySQL server has gone away]

[06-Aug-2011 15:46:34 -0400]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_54b0531f4a18e217f3b252a8589b07508f47512bd FROM 'DELETE FROM session WHERE sess_id = ?']
[Native code: 2006]
[Native message: MySQL server has gone away]
 in /home/userx/public_html/secure/mail/program/include/rcube_mdb2.php on line 268 (POST /secure/mail/?_task=login&_action=login)
[06-Aug-2011 15:46:34] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_6c1ffb12227414cf62bdf3124d53cf181a8e7bee9 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id = ?']
[Native code: 2006]
[Native message: MySQL server has gone away]

[06-Aug-2011 15:46:34 -0400]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_6c1ffb12227414cf62bdf3124d53cf181a8e7bee9 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id = ?']
[Native code: 2006]
[Native message: MySQL server has gone away]
 in /home/userx/public_html/secure/mail/program/include/rcube_mdb2.php on line 268 (POST /secure/mail/?_task=login&_action=login)
[06-Aug-2011 15:46:34] PHP Warning:  is_file() [<a href='function.is-file'>function.is-file</a>]: open_basedir restriction in effect. File(skins/default/templates/error.html) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/userx/public_html/secure/mail/program/include/rcube_template.php on line 175
[06-Aug-2011 15:46:34] PHP Fatal error:  Using $this when not in object context in Unknown on line 0

-Melissa.
Title: Issue with roundcube
Post by: Julius Caesar on August 08, 2011, 08:06:56 AM
Have you checked this site (http://dev.mysql.com/doc/refman/5.0/en/gone-away.html) already?