Page 1 of 1

404 cannot be found on login

Posted: 31 Aug 2023, 12:36
by mstrange
so this has been an adventure i have installed mantis for a client on a synology

it is installed using a docker
image name : vimagick/mantisbt:latest
synology : dsm 7.2
database: mariadb 10

everything was fine until they needed to be able to upload files to tickets , larger than 2mb

everywhere i looked said to add these to the config_inc.php

$g_allow_file_upload = ON;
$g_file_upload_method = DATABASE; # or DISK DATABASE
$g_max_file_size = 33554432; # 32 MB

so i did and then verified permissions on the file were set to rw-rw-r www-data

rebooted my synology and when it came back up i now get a 404 error on login no matter what i do....

can someone give me an idea of where i need to make corrections.....
thank you!


EDIT:
I figured it out... it was the webstation on the Synology not activating for the mantisbt site.
thank you disregard this request.