Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't assign handler_id for new issues #306

Open
orokhovatskiy opened this issue May 29, 2020 · 4 comments
Open

Can't assign handler_id for new issues #306

orokhovatskiy opened this issue May 29, 2020 · 4 comments
Labels

Comments

@orokhovatskiy
Copy link

Hello,

version 2.1.5 of Taskodrome. When I try to move card from unassigned user to anyone. Status color of card dissapeared and changes doesn't save. So I can't assign new cards to my teammates.

@AuthenticEshkinKot
Copy link

Hello, @orokhovatskiy !
Are you using Apache?

@orokhovatskiy
Copy link
Author

Yes

@AuthenticEshkinKot
Copy link

Try to do this:

  1. Set AllowOverride option to "All" for directory which contains MantisBT installation
  2. Enable mod-rewrite

@orokhovatskiy
Copy link
Author

Sorry for so long reply. Tried without success

Config: sites-enabled/mantis-le-ssl.conf
`
<VirtualHost *:443>
ServerAdmin [email protected]
DocumentRoot "/var/www/mantis"
ServerName 911.example.com
ServerAlias www.911.example.com
ErrorLog "/var/log/apache2/mantisbt-error_log"
TransferLog "/var/log/apache2/mantisbt-access_log"
<Directory "/va/www/mantis">
DirectoryIndex index.php index.html
Options FollowSymLinks
AllowOverride All
Require all granted
Options MultiViews FollowSymlinks

SSLCertificateFile /etc/letsencrypt/live/911.example.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/911.example.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants