Kevin Landers wrote:
Is there any way to configure RoundCube so that it does not use p_connects in mysql?
You can change this manually in the code: open program/include/rcube_db.inc and change line 93: $dbh = DB::connect($dsn, array('persistent' => FALSE));
Regards, Thomas