Robin Elfrink wrote:
Hi,
Trying to fix #1485659, which hurts me too,
About the issue, I think it's a session's race conditions problem.
I noticed a number of raise_error() calls missing required parameters.
Attached patch fixes three of those. Not sure though if type in utf8.class.php and spell_pspell.inc should be 'php', so I'm not committing this yet.
There are two other occurances in rcube_ldap.php, but I have no clue what error code to put there.
Type is used only in error message, so it's not very important what you set. If error is related to LDAP connection or comes from LDAP server you can use 'ldap' else use 'php'.