View Issue Details

IDProjectCategoryView StatusLast Update
0004020mantisbtbugtrackerpublic2004-07-18 11:35
Reporterxbromy2 Assigned Tovboctor  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0a1 
Fixed in Version0.19.0a2 
Summary0004020: Database field 'realname' not found after plain installation
Description

At a fresh download and a new MySQL install mantis does'nt work well.

APPLICATION WARNING #403: Database field 'realname' not found.

Additional Information

Warning: 403 in D:\mantis\mantis-0.19.0a1\core\user_api.php on line 449

Database query failed. Error received from database was 0001146: Table 'mantiscvs.mantis_filters_table' doesn't exist for the query: SELECT *
FROM mantis_filters_table
WHERE id='0'

TagsNo tags attached.
Attached Files
db_generate.sql (41,648 bytes)

Activities

xbromy2

xbromy2

2004-07-08 03:13

reporter   ~0005911

After running the upgrade script from the admin it works.

so are not all columns in the init sql script?

grangeway

grangeway

2004-07-08 05:09

reporter   ~0005914

Correct, It is an alpha version not recommended for production release.

Until we reach a release candidate, features might change or be added, and as such the sql scripts for new installs haven't been generated. So you will need to manually run the upgrade script.

vboctor

vboctor

2004-07-08 09:11

manager   ~0005931

Attached is an updated version of db_generate.sql which fixes the problem. This is also commited in CVS.

Related Changesets

MantisBT: master 95a2b44c

2004-07-08 10:09

vboctor


Details Diff
Fix 0004020: Database field 'realname' not found after plain installation

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2669 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004020
mod - sql/db_generate.sql Diff File
mod - doc/ChangeLog Diff File