-
%kobit I'm pondering whether we should or not enable auto-creation of accounts in mailhandler script - currently if someone submits a ticket via e-mail it's marked as anonymous and we have no way () of getting more information (like MySQL version). Yes, it would cause more accounts in the system (but we already expect to have way more than those anonymous submissions) and the hyperbole I used () is not that handy (going through the logs or accessing fastmail support account gets in a way a bit).
-
Artur Hefczyc wrote:
yes, exactly my thoughts. I think we should at least try it. My only concern and hesitation for this is the spam would create lots of new spammer accounts. But, yes, please go ahead and enable it.
I've enabled it and configured it to add users to FromMail group. While at it I also simplified setup to point it directly ruby script.
-
When using v5.7.x MySQL with this older version, it has an issue with performance_template, and when running an exiting installation, or installing a new one this error occurs:
tigase.util.DBSchemaLoader validateDBConnection WARNING Table 'performance_schema.session_variables' doesn't exist
users of mysql using this should run
mysql_upgrade -u root -p --force
I think this should be added to documentation in latest version of v7.1.x
After this upgrade installing db on mysql and running Tigase operates as expected. I did not see errors in description as database initialization worked fine with web installer.
It is possible that during the setup the error above showed, however web installer posted ERROR for me in this instance.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
6753
|
Version |
tigase-server-7.1.4
|
Spent time |
0
|
i download
tigase-issue #7.1.2-b4471-dist-max.tar.gz
and i configure in web.
then i configure script ./scripts/redhat/init.d/tigase start etc/tigase.conf and etc/tigase.conf
then i start tigase with
./scripts/redhat/init.d/tigase start etc/tigase.conf
console show me
then i find relative info and i do sth below
console shows that
tig_pairs pid duplicate, invalid database schema
so i comment this wrong statement, and run again, then success.
and i run
then i restart tigase. it still ask me for update.
i try did not comment that wrong statement. tigase start success but i cant register user with spark and the console always show me
Couldn‘t obtain user repository for domain: vhost-manager, not even default one!
please help, thanks