Search found 16 matches
- 03 Mar 2015, 01:53
- Forum: Help
- Topic: Error during version upgrade
- Replies: 6
- Views: 7791
Re: Error during version upgrade
Get this error when try fresh installation. Some command need to amend 
- 03 Mar 2015, 01:34
- Forum: General Discussion
- Topic: Mantis and Database access
- Replies: 1
- Views: 4060
Re: Mantis and Database access
Guide - How to install Microsoft's SQL Server Driver for PHP
http://robsphp.blogspot.com/2012/09/how ... erver.html
http://robsphp.blogspot.com/2012/09/how ... erver.html
- 02 Mar 2015, 06:46
- Forum: Help
- Topic: Error during version upgrade
- Replies: 6
- Views: 7791
Re: Error during version upgrade
For mantisbt-1.2.19, is it same with just copy files to original folders?
- 03 Nov 2014, 10:34
- Forum: Help
- Topic: Error during version upgrade
- Replies: 6
- Views: 7791
Re: Error during version upgrade
183 is fine.
Just got aware that you are using MSSQL.
Sorry, can't provide any help for it.
What I can tell:
You don't have to run admin/install.php if you are runnig 1.2.15 and want to upgrade to 1.2.17.
There is no database schema change between these two versions.
Using the new files from 1.2 ...
Just got aware that you are using MSSQL.
Sorry, can't provide any help for it.
What I can tell:
You don't have to run admin/install.php if you are runnig 1.2.15 and want to upgrade to 1.2.17.
There is no database schema change between these two versions.
Using the new files from 1.2 ...
- 31 Oct 2014, 12:44
- Forum: Help
- Topic: Error during version upgrade
- Replies: 6
- Views: 7791
- 31 Oct 2014, 01:39
- Forum: Help
- Topic: Error during version upgrade
- Replies: 6
- Views: 7791
Error during version upgrade
It shows error as attachment when I click install/updgrade.
Why it said table exist? I mean it should have tables in database since we are running version 1.2.15.
Why it said table exist? I mean it should have tables in database since we are running version 1.2.15.
- 29 Aug 2013, 10:58
- Forum: General Discussion
- Topic: Is there a way to hide Description field?
- Replies: 7
- Views: 11133
Re: Is there a way to hide Description field?
opps.. sorry I post wrong code. I already took out the description & it still shows..
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'attachments',
);
Sorry, I didn't check myself.
This is a known bug http://www.mantisbt.org/bugs/view.php?id=11472
Those 2 link ...
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'attachments',
);
Sorry, I didn't check myself.
This is a known bug http://www.mantisbt.org/bugs/view.php?id=11472
Those 2 link ...
- 28 Aug 2013, 06:55
- Forum: General Discussion
- Topic: Is there a way to hide Description field?
- Replies: 7
- Views: 11133
Re: Is there a way to hide Description field?
opps.. sorry I post wrong code. I already took out the description & it still shows..
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'attachments',
);
and
is there any code to control threshold for manage columns in myaccount?
TQ :mrgreen:
I follow this - http ...
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'attachments',
);
and
is there any code to control threshold for manage columns in myaccount?
TQ :mrgreen:
I follow this - http ...
- 28 Aug 2013, 06:43
- Forum: General Discussion
- Topic: Is there a way to hide Description field?
- Replies: 7
- Views: 11133
Re: Is there a way to hide Description field?
opps.. sorry I post wrong code. I already took out the description & it still shows..
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'attachments',
);
and
is there any code to control threshold for manage columns in myaccount?
TQ
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'attachments',
);
and
is there any code to control threshold for manage columns in myaccount?
TQ
- 28 Aug 2013, 04:40
- Forum: Customizations
- Topic: How to hide some items
- Replies: 14
- Views: 42031
Re: How to hide some items
What if I want hide severity, priority & tags from whole system?
I hide those on report page but it still show on some pages... quite annoying
I hide those on report page but it still show on some pages... quite annoying
- 28 Aug 2013, 03:23
- Forum: General Discussion
- Topic: Is there a way to hide Description field?
- Replies: 7
- Views: 11133
Is there a way to hide Description field?
I put this in config_inc.php but the description field still show.
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'description',
'attachments',
);
Something I missed out?
another case...
I already hide tag function
$g_tag_view_threshold = NOBODY;
$g_tag_attach ...
$g_bug_report_page_fields = array(
'category_id',
'handler',
'summary',
'description',
'attachments',
);
Something I missed out?
another case...
I already hide tag function
$g_tag_view_threshold = NOBODY;
$g_tag_attach ...
- 07 Aug 2013, 03:41
- Forum: Help
- Topic: Unable remove categories
- Replies: 0
- Views: 27504
Unable remove categories
Refer attachment, I tried to remove/delete category from project and it shows this error.
What happen?
What happen?
- 05 Aug 2013, 06:49
- Forum: Help
- Topic: Error Code 206 on Category Deletion
- Replies: 5
- Views: 7681
Re: Error Code 206 on Category Deletion
me too... any solutions?
SQL 2008R2
SQL 2008R2
- 02 Aug 2013, 01:46
- Forum: Help
- Topic: MantisBT 1.2.15 email problem
- Replies: 4
- Views: 4736
Re: MantisBT 1.2.15 email problem
finally i receive those email after 6 hours.... it was gmail delay.. shit
- 01 Aug 2013, 09:39
- Forum: Help
- Topic: MantisBT 1.2.15 email problem
- Replies: 4
- Views: 4736
Re: MantisBT 1.2.15 email problem
I had go through all post these few days, I direct paste same code, non of them works.
Testing Mail - PROBLEMS SENDING MAIL TO: xxx@gmail.com. Please check your php/mail server settings.
Is there any way to know what is the error?
Testing Mail - PROBLEMS SENDING MAIL TO: xxx@gmail.com. Please check your php/mail server settings.
Is there any way to know what is the error?