Search found 4 matches
- 03 Oct 2007, 18:51
- Forum: Help
- Topic: Username and password after install
- Replies: 2
- Views: 2821
- 03 Oct 2007, 18:37
- Forum: General Discussion
- Topic: Mantis 1.1.0a4 error creating tables in pgsql 8.1.9
- Replies: 0
- Views: 2815
Mantis 1.1.0a4 error creating tables in pgsql 8.1.9
When I install Mantis 1.1.0.a4 the create database step generate error in all boolean type fields where was used the defaults "0" or "1".
I solve this to change all "0" to false and "1" to true.
Is this a bug of 1.1.0a4?
I solve this to change all "0" to false and "1" to true.
Is this a bug of 1.1.0a4?
- 03 Oct 2007, 18:29
- Forum: Help
- Topic: Username and password after install
- Replies: 2
- Views: 2821
Username and password after install
I install Mantis 1.1.0a4 and after installation the username >administrator< and the password >root< was replyed by Mantis with "Your account may be disabled or blocked or the username/password you entered is incorrect.".
How can I solve this?
How can I solve this?
- 25 Sep 2007, 21:28
- Forum: General Discussion
- Topic: Error during the install process
- Replies: 2
- Views: 4462
Error during the install process
During the install process of Mantis 1.1.0a4 and using a PostgreSQL 8.1.9 database occurs the following problem.
CREATE TABLE mantis_bug_table ( id SERIAL,
...
sticky BOOLEAN DEFAULT 0 NOT NULL, PRIMARY KEY (id) )
ERROR: column "sticky" is of type boolean but default expression is of type ...
CREATE TABLE mantis_bug_table ( id SERIAL,
...
sticky BOOLEAN DEFAULT 0 NOT NULL, PRIMARY KEY (id) )
ERROR: column "sticky" is of type boolean but default expression is of type ...