Re: [rt-users] Login screen after each click

2008-11-13 Thread Kobus Bensch
Hi If I have already done this and I do it again, will it cause some further issues? Kobus Quoting Jon Tollerton [EMAIL PROTECTED]: You most likely need to upgrade the schema of the database if you're on mysql 5.  Even if you were on mysql 5 prior to the upgrade, you still have

Re: [rt-users] Login screen after each click

2008-11-13 Thread Kobus Bensch - No Sig
Hi I am still having problems with the login screen after each click and read in the readme that it is better to use latin1 character set. My mysql is currently using utf8. Is this part of the problem and should i be changing the char set? How do I go about doing that? Kobus Stefan Hornburg

[rt-users] Login screen after each click

2008-11-12 Thread Kobus Bensch - No Sig
Hi Hopefully one last issue from me. I have now sorted the EX-TEMPFAIL issue, but I have been and still am experiencing issues where with each click I am asked to login again. Thanks to EX_TEMPFAIL, this has not been important, but now I need to fix that. Any suggestions anyone please. Thanks

Re: [rt-users] Login screen after each click

2008-11-12 Thread Jon Tollerton
You most likely need to upgrade the schema of the database if you're on mysql 5. Even if you were on mysql 5 prior to the upgrade, you still have to follow the upgrade instructions. Hopefully they'll consider more clear wording in the docs in the next release! Kobus Bensch - No Sig wrote:

Re: [rt-users] Login screen after each click

2008-11-12 Thread Curtis Bruneau
I would suggest checking the mailing list archives, I believe it's related to Apache::Session (assuming you aren't using an external auth) .. it works for me so I'm not sure the issue, also make sure you have cookies enabled. Kobus Bensch - No Sig wrote: Hi Hopefully one last issue from me.

Re: [rt-users] Login screen after each click

2008-11-12 Thread Ruslan Zakirov
Is text from repository [1] clear enough? [1] http://svn.bestpractical.com/cgi-bin/index.cgi/bps/view/rt/3.8/trunk/UPGRADING.mysql On Thu, Nov 13, 2008 at 12:49 AM, Jon Tollerton [EMAIL PROTECTED] wrote: You most likely need to upgrade the schema of the database if you're on mysql 5. Even if