View Issue Details

IDProjectCategoryView StatusLast Update
0005876mantisbtinstallationpublic2006-02-04 05:47
ReporterXoxa Assigned Tothraxisp  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0a3 
Summary0005876: After succesful installation -> login_page is blank
Description

I tryed few times to install Mantis 1.0.0.a3.
Installation was succesful, but after this installer offered me to go to login page. I followed the link and found myself on blank page.
For some reason mantis don't show anything at login page.

One more question - what is Admin username|password to create database?
I entered mysql username and password (the same as in previous fields) - and they worked.

P.S. Please help, before this we worked with 0.18 version and decided to install 1.0 on clear database to avoid upgrading bugz.

TagsNo tags attached.

Relationships

duplicate of 0005689 closedthraxisp After upgrading to 1.0.0a3 Mantis not working correct 

Activities

Xoxa

Xoxa

2005-07-07 02:48

reporter   ~0010676

Last edited: 2005-07-07 02:50

Today I tryed to install mantis 1.0 on my local machine.
The bug almost the same - after succesful installation, when I goto login page -> it prints me:

Fatal error: 401 in *\mantis\core\database_api.php on line 109

Hope, that it helps in bug fixing.

Also the thing that I didn't mention before.
After the database is created, the link to mantis main page is wrong.
The link is to absolute file path:

Install was successful.


Log in <a href="t:\home\myvision\www\mantis\">here</a>

thraxisp

thraxisp

2005-07-07 11:46

reporter   ~0010681

Which "installer" are you using? The file "admin/install.php" in that release was not ready for prime time. You are better to use the original installation instructions using "sql/db_generate.sql".

Xoxa

Xoxa

2005-07-20 01:16

reporter   ~0010884

Last edited: 2005-07-20 01:17

I succesfully installed at local machine using DOCS and manually DB creation.
But at main page and many others I have this:

APPLICATION ERROR 0000401
Database query failed. Error received from database was 0001064: You have an error in your SQL syntax near 'on cft.id = cfpt.field_id
JOIN mantis_project_table as pt on' at line 3 for the query: SELECT distinct cft.id as id, cft.name as name
FROM mantis_custom_field_table as cft
JOIN mantis_custom_field_project_table as cfpt on cft.id = cfpt.field_id
JOIN mantis_project_table as pt on cfpt.project_id = pt.id
LEFT JOIN mantis_project_user_list_table as pult
on cfpt.project_id = pult.project_id and pult.user_id = 1
JOIN mantis_user_table as ut on ut.id = 1
WHERE pt.view_state = 10 OR
( pt.view_state = 50 and pult.user_id = 1 ) OR
( pult.user_id is null and ut.access_level >= 90 )
ORDER BY name ASC


thraxisp

thraxisp

2005-07-20 07:16

reporter   ~0010886

This has already been reported and fixed.

Xoxa

Xoxa

2005-07-21 01:04

reporter   ~0010898

Sorry for reopening this bug, but I could not find the way to contact you (I thought that email at bottom is maillist and I could not email to it before subscription).

The question is how soon new version (1.0.0rc1) will be ready approx.?
We will wait for it and install is ASAP.

Thanks for good work!