mantisbt-plugins / Taskodrome

Interactive scrum board for Mantis bugtracker.
Apache License 2.0
37 stars 17 forks source link

Can't assign handler_id for new issues #306

Open orokhovatskiy opened 4 years ago

orokhovatskiy commented 4 years ago

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 commented 4 years ago

Hello, @orokhovatskiy ! Are you using Apache?

orokhovatskiy commented 4 years ago

Yes

AuthenticEshkinKot commented 4 years ago

Try to do this:

  1. Set AllowOverride option to "All" for directory which contains MantisBT installation
  2. Enable mod-rewrite
orokhovatskiy commented 4 years ago

Sorry for so long reply. Tried without success

Config: sites-enabled/mantis-le-ssl.conf ` <VirtualHost *:443> ServerAdmin support@example.com 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 `