Search found 4 matches

by ericlogsdon
12 Sep 2024, 19:51
Forum: Help
Topic: Getting 404 running install.php
Replies: 5
Views: 4657

Re: Getting 404 running install.php

OK, an update on my issue.
I can't run MantisBT 1.2.15 on my server. PHP 8 has removed some functions that keep it from running.
So... I installed 2.26.3 in webserver/Mantis-2.26.3 and 1.2.15 in webserver. I copied the config-inc.psp to webserver/config (which I had to create because it doesn't ...
by ericlogsdon
10 Sep 2024, 19:04
Forum: Help
Topic: Getting 404 running install.php
Replies: 5
Views: 4657

Re: Getting 404 running install.php

The web server log is showing the 500 is on index.php
2024-09-10T18:54:32.7318930Z 127.0.0.1 - 10/Sep/2024:18:54:32 +0000 "GET /index.php" 500

It is in my Web Root. When I did the "hello world" app, the server could find it fine.

Eric
by ericlogsdon
10 Sep 2024, 14:54
Forum: Help
Topic: Getting 404 running install.php
Replies: 5
Views: 4657

Re: Getting 404 running install.php

I took a step back. I created an index.php that displayed "Hello, world" to make sure the basics were there. https://server.azurewebsites gave the desired results.
I then copied the code from my production server and went to https://server.azurewebsites.net and got the 404 file not found again.
I ...
by ericlogsdon
06 Sep 2024, 19:39
Forum: Help
Topic: Getting 404 running install.php
Replies: 5
Views: 4657

Getting 404 running install.php

We are currently running MantisBT 1.2.15 on a Windows IIS server with an MSSQLServer database. We are moving to an Azure Linux WebApp server using an AzureSQL database and upgrading to MantisBT 2.26.3.
I uploaded the MantisBT code, optional plugins, and config-inc.php to the new web server and the ...