Okay, I made a little progress.
First, I updated to 1.2.11 (although I do not know if this had any effect).
I set
define('ADODB_FETCH_ASSOC',2);
to
define('ADODB_FETCH_ASSOC',1);
in library/adodb/adodb.inc.php line 110.
This made the table in
Manage -> Manage Tags
work, all the columns are ...
Search found 4 matches
- 15 Jun 2012, 13:45
- Forum: Help
- Topic: SQL for TAGs provides wrong keys
- Replies: 2
- Views: 3801
- 04 Jun 2012, 17:17
- Forum: Help
- Topic: SQL for TAGs provides wrong keys
- Replies: 2
- Views: 3801
SQL for TAGs provides wrong keys
Hello,
I successfully installed MantisBT Version 1.2.10 using MSSQL and am at the moment busy configuring it to my needs.
One feature I definitely want to use is tagging.
I can create tags in
Manage -> Manage Tags
without problems. There appears a new entry in the available tags which looks ...
I successfully installed MantisBT Version 1.2.10 using MSSQL and am at the moment busy configuring it to my needs.
One feature I definitely want to use is tagging.
I can create tags in
Manage -> Manage Tags
without problems. There appears a new entry in the available tags which looks ...
- 04 Jun 2012, 13:22
- Forum: Help
- Topic: LDAP and preventing User Signup
- Replies: 2
- Views: 4911
Re: LDAP and preventing User Signup
Hi again,
after playing around a bit I found a workaround:
I set the default
$g_default_new_account_access_level = REPORTER;
to
$g_default_new_account_access_level = '';
This gives all users which just sign up an access error.
Those I want to allow to access the application I invite with a ...
after playing around a bit I found a workaround:
I set the default
$g_default_new_account_access_level = REPORTER;
to
$g_default_new_account_access_level = '';
This gives all users which just sign up an access error.
Those I want to allow to access the application I invite with a ...
- 16 May 2012, 13:05
- Forum: Help
- Topic: LDAP and preventing User Signup
- Replies: 2
- Views: 4911
LDAP and preventing User Signup
Hello,
I successfully installed MantisBT Version 1.2.10 and am at the moment busy configuring it to my needs.
I struggled for some time but managed yesterday to configure user login using a LDAP server. That works fine.
But I do not want every user listed in LDAP to be able to access the Mantis ...
I successfully installed MantisBT Version 1.2.10 and am at the moment busy configuring it to my needs.
I struggled for some time but managed yesterday to configure user login using a LDAP server. That works fine.
But I do not want every user listed in LDAP to be able to access the Mantis ...