For anyone interested...
https://github.com/mantisbt/mantisbt/pull/1459
Search found 7 matches
- 06 Feb 2019, 17:48
- Forum: Help
- Topic: URLs - sometimes relative, sometimes fully qualified / absolute
- Replies: 2
- Views: 3789
- 04 Feb 2019, 21:33
- Forum: Help
- Topic: URLs - sometimes relative, sometimes fully qualified / absolute
- Replies: 2
- Views: 3789
URLs - sometimes relative, sometimes fully qualified / absolute
I'm trying to get MantisBT (v 2.19.0) up behind a reverse proxy and am seeing something interesting.
When you view the source, some URLs are relative and some absolute.
<link rel="stylesheet" type="text/css" href="http://full.host.name:1080/css/default.css" />
<link rel="stylesheet" type="text ...
When you view the source, some URLs are relative and some absolute.
<link rel="stylesheet" type="text/css" href="http://full.host.name:1080/css/default.css" />
<link rel="stylesheet" type="text ...
- 04 Feb 2019, 21:27
- Forum: Help
- Topic: centos 7, nginx, php-fpm, mantis, sqlserver
- Replies: 4
- Views: 8281
Re: centos 7, nginx, php-fpm, mantis, sqlserver
OK. This is incredibly lame, but there was someone making conflicting changes to an internal dependent Docker image that was breaking / conflicting with my Mantis stuff.
All is working as expected - at least in this regard...
All is working as expected - at least in this regard...
- 30 Jan 2019, 22:52
- Forum: Help
- Topic: centos 7, nginx, php-fpm, mantis, sqlserver
- Replies: 4
- Views: 8281
Re: centos 7, nginx, php-fpm, mantis, sqlserver
In trying to figure out what's going on, I checked on the box to print sql statements instead of executing them. I get the same result - and I don't get the sql statements.
- 30 Jan 2019, 22:24
- Forum: Help
- Topic: centos 7, nginx, php-fpm, mantis, sqlserver
- Replies: 4
- Views: 8281
Re: centos 7, nginx, php-fpm, mantis, sqlserver
As expected, next stupid hurdle...
Checking Installation
Setting Database Type GOOD
Checking PHP support for database type GOOD
Checking ADOdb Library version is at least 5.20.2 GOOD
Setting Database Hostname GOOD
Setting Database Username GOOD
Setting Database Password GOOD
Setting Database Name ...
Checking Installation
Setting Database Type GOOD
Checking PHP support for database type GOOD
Checking ADOdb Library version is at least 5.20.2 GOOD
Setting Database Hostname GOOD
Setting Database Username GOOD
Setting Database Password GOOD
Setting Database Name ...
- 30 Jan 2019, 21:11
- Forum: Help
- Topic: centos 7, nginx, php-fpm, mantis, sqlserver
- Replies: 4
- Views: 8281
Re: centos 7, nginx, php-fpm, mantis, sqlserver
In short, apparently the sqlserver drivers as installed are somehow inappropriate. The following cleared up my situation in my instance.
curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
ACCEPT_EULA=Y yum install -y msodbcsql17
ACCEPT_EULA=Y yum ...
curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
ACCEPT_EULA=Y yum install -y msodbcsql17
ACCEPT_EULA=Y yum ...
- 30 Jan 2019, 19:24
- Forum: Help
- Topic: centos 7, nginx, php-fpm, mantis, sqlserver
- Replies: 4
- Views: 8281
centos 7, nginx, php-fpm, mantis, sqlserver
I work in a MS Sql shop. I need to get MantisBT working against MS SQL Server running some flavor of Windows server from a Dockerized CentOS nginx / php-fpm installation. I'm uncertain what I'm missing. Here's where things are at:
Here's output from the MantisBT /admin/install.php . Notice ...
Here's output from the MantisBT /admin/install.php . Notice ...