Taskodrome icon indicating copy to clipboard operation
Taskodrome copied to clipboard

Can't assign handler_id for new issues

Open orokhovatskiy opened this issue 4 years ago • 4 comments

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.

orokhovatskiy avatar May 29 '20 06:05 orokhovatskiy

Hello, @orokhovatskiy ! Are you using Apache?

AuthenticEshkinKot avatar May 30 '20 12:05 AuthenticEshkinKot

Yes

orokhovatskiy avatar May 31 '20 05:05 orokhovatskiy

Try to do this:

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

AuthenticEshkinKot avatar May 31 '20 15:05 AuthenticEshkinKot

Sorry for so long reply. Tried without success

Config: sites-enabled/mantis-le-ssl.conf `<IfModule mod_ssl.c> <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 </Directory>

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 </VirtualHost> </IfModule>`

orokhovatskiy avatar Jul 23 '20 09:07 orokhovatskiy