Hi folks
I would appreciate some ideas of where to look to try and solve my problem.
I am setting up a new server (have RoundCube installed on my old server and
has been working perfectly for over 2 years).
I have run the install on Debian Squeeze using aptitude, including
'roundcube', 'roundcube-core' and 'roundcube-mysql'.
The database has been created and contains 6 tables.
I have Apache2 and MySQL5 running and they seem to be working fine.
In my browser I type http://server-url/roundcube and the login page appears.
I enter "postmaster" as the username and the password but I get the message
"Login failed"
In the "syslog" I get messages that indicate the IMAP login was successful
(to Dovecot), however it immediately logs out:
> Apr 19 23:10:41 ds5683 dovecot: imap-login: Login: user=<postmaster>,
> method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
> Apr 19 23:10:41 ds5683 dovecot: IMAP(postmaster): Disconnected: Logged out
> bytes=39/443
>
In the roundcube "errors" log (the php log file) I get messages indicating
the database connection may not be working as in these:
> [19-Apr-2011 23:05:10 +1000]: PHP Error: Failed to create new user in
> /usr/share/roundcube/program/include/rcube_user.php on line 451 (POST
> /roundcube/?_task=&_action=login)
> [19-Apr-2011 23:05:10 +1000]: PHP Error: Failed to create a user record.
> Maybe aborted by a plugin? (POST /roundcube/?_task=&_action=login)
>
However in the database there are actually records being created in the
'users' table:
user_id username mail_host alias created last_login language preferences 1
postmaster localhost 2011-04-19 23:22:23 2011-04-19 23:22:23 en_US *NULL*
There's data in the 'session' table also:
sess_id created changed ip vars mm6ld61j9ekan5fief4ocikig3 2011-04-19
23:22:23 2011-04-19 23:22:23 122.148.149.28
language|s:5:"en_US";auth_time|i:1303219343;temp|b...
The Apache log shows me a little more detail about the error but essentially
indicates that the database error was an attempt to add a duplicate primary
key:
> [Tue Apr 19 23:10:23 2011] [error] [client 122.148.149.28] MDB2 Error:
> constraint violation (-3): _doQuery: [Error message: Could not execute
> statement]\n[Last executed query: EXECUTE
> mdb2_statement_mysql_3d2cec1a51699f95fdead7b1b9c2cc9f52dd15da3 USING @0, @1,
> @2]\n[Native code: 1062]\n[Native message: Duplicate entry
> 'mm6ld61j9ekan5fief4ocikig3' for key 'PRIMARY']\n
>
The question is why is RoundCube trying to add a duplicate entry... what is
making it think it needs to add this user again???
If somebody can point me in the right direction as to what I should be
looking for that would be really helpful.
I've Googled all over the place and while there are a few articles about
this problem of creating new users there was no definitive solution, and
none of the suggestions offered seemed to help me at all. I tried looking
for security issues but couldn't find any. Found some table fields that
were not supposed to be 'null' and allowed them to be hoping that this may
solve the problem as one website suggested, but again no luck.
Cheers
Murray
--
Murray Collingwood
Focus Computing
p +61 415 24 26 24
http://www.focus-computing.com.au
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube users and lovers,
We're happy to announce another release of the Roundcube webmail
suite. This service update brings some more bug fixes and stability
improvements and it includes an updated version of the TinyMCE editor
which is now supposed to work correctly in IE9.
It is considered stable and we recommend to update all existing
Roundcube installation with this release. For a complete list of
changes see http://trac.roundcube.net/wiki/Changelog. Packages can be
downloaded from the usual place: http://roundcube.net/download
Have fun and happy easter,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
At some point I upgrade RC to the 0.5.2. Additionally, mysql was
upgraded to 5.1.57-1~dotdeb.1 from the dotdeb repos for Debian Squeeze.
There were no problems to report, until someone tried to change his
password, and the logs spat out this:
May 25 12:03:53 srv22 roundcube: PHP Parse error: syntax error,
unexpected T_VARIABLE in /web/rc/plugins/password/config.inc.php on line 19
May 25 12:03:53 srv22 roundcube: PHP Parse error: syntax error,
unexpected T_VARIABLE in /wev/rc/plugins/password/config.inc.php on line 19
The apparently offending line in this plugin is:-
$rcmail_config['password_require_nonalpha'] = false;
If I comment it out it just complains about the next line.
Has anyone seen this, so that I might mend it?
Best regards, S
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
two days ago I've updatet my installation to the current trunk (SVN).
I also made the database structure update.
If I try to open then addressbook
http://heist.hobby-site.org/cubemail/?_task=addressbook
I only got the following error:
Fatal error: func_get_args(): Can't be used as a function parameter in
/share/MD0_DATA/Qweb/cubemail/program/include/rcube_mdb2.php on line 626
The address autocomplete function (composing a new mail) is not working
too.
How can I resolve this problem?
Best regards from germany
Ulli
P.S.: My old version 0.52 is still running in a other directory.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
since the migration to version 0.5.2 you can not access the subfolder of
the inbox.
Other records are available but not those who have as a parent's inbox
I have not found the answer in the archives of messages on
http://lists.roundcube.net/mail-archive/users/search.php?q=folder
Here is an error log
Yet the record is well subscribed and active on the server
--------------------------------------
HTTP GET:
./?_task=mail&_remote=1&_action=list&_mbox=INBOX.A_MessagerieTraitee&_page=1&_refresh=1
--------------------------------------
this.set_pagetitle("Roundcube Webmail :: A_MessagerieTraitee");
this.set_rowcount("Bo\u00eete aux lettres vide");
this.set_mailboxname("A_MessagerieTraitee");
this.set_message_coltypes(["threads","subject","status","from","date","size","flag","attachment"],null);
this.display_message("Erreur du serveur: SELECT: Mailbox does not exist,
or must be subscribed to.","error");
--------------------------------------
thank you for your suggestions
jc
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there, I have been using roundcube for a very long time and I have recently upgraded to 0.5.2
I have had a few snags along the way.
First:
Every so often I will see a message in my httpd log like this:
[Mon May 16 13:41:25 2011] [error] [client x.x.x.x] PHP Fatal error: Cannot redeclare rcube_autoload() (previously declared in /var/www/html/program/include/iniset.php:87) in /var/www/html/program/include/iniset.php on line 116, referer: http://server.net/?_task=mail&_mbox=INBOX&_refresh=1
Does anyone know what this means and how to correct it?
Second,
When I try to modify my settings in my account it pops up with a red box and says:
an error occured while saving...
If I keep clicking the 'save' button over and over eventually it will say "successfully saved".
Start up time for large mailboxes takes a really long time now.
Is there some way to tell it by default to only download the headers it needs to display the first page of results?
thanks,
-Drew
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I'm using roundcube 0.3.1. Each time I click on a imap subfolder I see a
complete new imap login process in my cyrus log. Is this normal
behavior?
Thanks
Marcus
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
RC 0.4-stable
Is there a way to show the logged username on the Webmail? As many
of my users have multiple accounts (we have many subdomains), and they
all log using a single URL, sometimes its confusing to know which
username are they using at the moment.
Thanks
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello friends of Roundcube
One of our busiest plugin developers, Roland Liebl, is asking for your
help. His bundle of Roundcube plugins at
http://code.google.com/p/myroundcube/ meanwhile contains more than 30
useful extensions and some of them are now seeking new maintainers,
namely the google_contacts and the plaxo_contacts plugins. Both of
them extend the Roundcube address book with additional backends and if
you're familiar with either the Google or Plaxo API and interested in
contributing to our free software please contact him over
http://code.google.com/p/myroundcube/
Have a good one,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e