[kronolith] calendar invites cannot be added to my calendar

Michael J Rubinsky mrubinsk at horde.org
Wed Jan 6 15:10:15 UTC 2016


Quoting Chris Fisichella <chris at communityrenewables.com>:

> Quoting Simon B <simon.buongiorno at gmail.com>:
>
>> On 6 Jan 2016 02:02, "Chris Fisichella" <chris at communityrenewables.com>
>> wrote:
>>>
>>> Hi,
>>>
>>> I get a very lengthy error message[1] when I attempt to accept a
> calendar
>>> invite from someone. Does anyone know how to fix this so I can accept
>>> them?
>>
>>  What version?
>>
>>  What does your horde log say at the moment you accept the invitation?
>>
>>  What does the webserver error log say?
>>
>>  Are your database schemas up to date?
>>
>>  Have you searched the web on the rampage_users portion of the error?
>>
>>  Simon
>
>
>
> "It's not really related to the invitation, but to the system that stores
> tags. It looks like a case sensitivity issue. Most likely you have logged
> in as "chris" and now are logging in as "Chris".
>
> --
> mike
> The Horde Project"
> _____________________________________________________________________________________
>
> Simon, Mike,
>
> Thanks for replying.
> I am running Kronolith H5 4.2.2.
>
> Where is the Horde log? I also don't know where my webserver log is. In
> addition, I don't know how to check if my database schemas are up to date.
> Finally, I did not search for rampage_users. Those are all good ideas and
> I'll get going on them.
>
> Mike,
>
> I see what you are saying about "Chris". Where is Kronolith picking that
> up? My log in to the linux box is
>
>  "chris" and I log into Horde as "chris." I looked at the invitation and it
> says "chris at communityrenewables.com"

At some point in the past you must have logged in as "Chris", and this  
just happens to be the username that was in use when the Content  
system added your username to the rampage_users table. In your case  
your SQL system is case insensitive, but since the equality checks in  
PHP *are* case sensitive, this screws things up.

If your authentication backend is case insensitive, you should be  
using the authusername hook to normalize them. See  
horde/config/hooks.php.  In the meantime, you can alter the entry in  
the rampage_users table to be all lowercase.

-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5751 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/kronolith/attachments/20160106/93b7ff7e/attachment.bin>


More information about the kronolith mailing list