View Issue Details

IDProjectCategoryView StatusLast Update
0034587mantisbtinstallationpublic2024-08-21 05:30
ReporterSPKannan Assigned Todregad  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformWindowsOSwindowsOS Version10
Product Version2.26.2 
Summary0034587: Checking URL to installation - Web page at 'http://localhost/mantisbt/' does not appear to be a MantisBT site.
Description

Not able to successfully configure MantisBT

Steps To Reproduce

Installed MySQL8.0 and created DB with name "mantis"
Placed extracted MantisBT 2.26.2 in Apache24 --> C:\Apache24\htdocs\mantisbt
restarted the apache server from Services Window

typed in Address bar localhost/mantisbt

Expected -- It should redirect to url "http://localhost/mantisbt/admin/install.php" but not happened and i did manually to navigate

Filled necessary details in this page like, DBname( mantis) provide DB username,password,db admin and password

Clicked on Install/upgrade --> Error at Checking URL to installation - Web page at 'http://localhost/mantisbt/' does not appear to be a MantisBT site

Additional Information

when i did same way in Xampp server it worked fine, where i used default populated details

TagsNo tags attached.
Attached Files
Capture.PNG (25,214 bytes)   
Capture.PNG (25,214 bytes)   

Activities

dregad

dregad

2024-08-21 05:30

developer   ~0069117

This check retrieves the web page at the MantisBT root (http://localhost/mantisbt/ in your case), and makes sure that it contains the text MantisBT. If it does not, then there is something wrong with the setup.

It should redirect to url "http://localhost/mantisbt/admin/install.php"

Indeed it should. The fact that it does not is is the root cause of your problem. You need to figure out why your server is not redirecting, and fix that.

This is not a bug or feature request for MantisBT (you are asking for help to troubleshoot your webserver's setup). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to https://mantisbt.org/support.php for links and further details).