Search found 14 matches

by judan
20 Nov 2019, 20:52
Forum: General Discussion
Topic: Invalid argument supplied for foreach() columns_api
Replies: 3
Views: 8412

Re: Invalid argument supplied for foreach() columns_api

Hi can you explain the steps that you used to resolve the issue? Im having the exact problem. Same version as well. Thanks in advance.
by judan
01 Oct 2016, 15:10
Forum: Help
Topic: Database query failed. ERROR 1296
Replies: 1
Views: 3421

Re: Database query failed. ERROR 1296

This issue has been resolved. The problem was with the IBMDB2I server.
by judan
29 Sep 2016, 15:09
Forum: Help
Topic: Database query failed. ERROR 1296
Replies: 1
Views: 3421

Database query failed. ERROR 1296

Hi. We cannot login to MantisBT.

Running MantisBT 1.2.19 on IBMi

Getting the following error message:

APPLICATION ERROR #401
Database query failed. Error received from database was #1296: Got error 2095 'Error connecting to server job' from IBMDB2I for the query: SELECT basename, priority ...
by judan
02 Jun 2014, 20:16
Forum: Customizations
Topic: Email Notifications Stopped
Replies: 4
Views: 8052

Re: Email Notifications Stopped

Hi Atrol. We have resolved this issue. The problem was with our server. Thanks for your replies and comments.
by judan
30 May 2014, 19:28
Forum: Customizations
Topic: Email Notifications Stopped
Replies: 4
Views: 8052

Re: Email Notifications Stopped

Are you referring to the Email configuration in the config_inc.php file for mantis? If so then the only email configuration i have for mantis is:

$g_enable_email_notification = ON;

This is all i had and it was working.
by judan
30 May 2014, 15:00
Forum: Customizations
Topic: Email Notifications Stopped
Replies: 4
Views: 8052

Email Notifications Stopped

Hello. MantisBT users have stopped receiving email notifications for a while now.
The notification setting: $g_enable_email_notification = ON; is in the config_inc.php file. Settings weren't changed so i'm not sure why notifications have stopped.

Here is a snippet of the logs when '$g_log_level ...
by judan
30 Aug 2013, 19:40
Forum: Help
Topic: Problem using DB2 Database
Replies: 2
Views: 3847

Re: Problem using DB2 Database

Hi scalap. Can you give me instructions on how to install mantisbt over ibm_db2?
by judan
19 Aug 2013, 19:06
Forum: General Discussion
Topic: Only allow your session to be used from this ip address
Replies: 1
Views: 3656

Only allow your session to be used from this ip address

Hi, i would like to know what checking the option 'only allow your session to be used from this ip address' does on the mantisbt login page.
by judan
19 Aug 2013, 14:14
Forum: Help
Topic: disabling new users registration
Replies: 8
Views: 14219

Re: disabling new users registration

I want to allow users to sign up for account but their account will be disabled until manually changed by admin. How do i do this?
by judan
19 Aug 2013, 13:37
Forum: Help
Topic: How to add new roles in Mantis?
Replies: 12
Views: 25425

Re: How to add new roles in Mantis?

Can someone tell me what is the significance of the numbers before each role? e.g 10:viewer,25:reporter,40:updater. Does these numbers matter? If i were to add a new role what number should i put?
by judan
19 Aug 2013, 13:31
Forum: Help
Topic: How to add new roles in Mantis?
Replies: 12
Views: 25425

Re: How to add new roles in Mantis?

spacomp you should never edit config_defaults_in.php. All changes must go in config_inc.php. This is because the values in config_inc.php will overwrite those in config_defaults_in. And also if something goes wrong you will need the defaults file to restore mantis to original state.
by judan
13 Aug 2013, 13:55
Forum: General Discussion
Topic: Mantis Over DB2 and i-series
Replies: 7
Views: 8896

Re: Mantis Over DB2 and i-series

Hi wazk224. Your problem is that your DB Schema name is too long. The schema name cannot be more that 10 characters or the table names will become messed up.
by judan
22 Mar 2013, 20:59
Forum: General Discussion
Topic: Mantis Over DB2 and i-series
Replies: 7
Views: 8896

Re: Mantis Over DB2 and i-series

The 'config_inc.php' file is placed in the mantis parent directory. I didn't have any problems with the file names so im not too sure what you should do there.
by judan
14 Jan 2013, 19:06
Forum: General Discussion
Topic: Mantis Over DB2 and i-series
Replies: 7
Views: 8896

Re: Mantis Over DB2 and i-series

I have also had problems with installing mantisbt over db2, but found a work around. Attached is an sql script. It is a modified script that mantis uses to install the tables. What u will need to do is run the script to install the tables manually. The schema is predefined in the script as 'MANTISDB ...