Search found 20 matches
- 07 Aug 2023, 16:32
- Forum: Help
- Topic: One user cannot upload files
- Replies: 6
- Views: 2819
Re: One user cannot upload files
We are on 2.25.7. There are no errors in the web server / php logs that we can find. The browser console just shows it sitting there waiting.
- 04 Aug 2023, 19:50
- Forum: Help
- Topic: One user cannot upload files
- Replies: 6
- Views: 2819
Re: One user cannot upload files
We are seeing this problem ramp up lately in our organization. Today we had over 500 out of 2500 uploads fail. It just freezes up. Looking at the history it seems to have always had this problem (with avg of 50 out of 3000 failing per day) but it has ramped up recently. We've rebooted servers and ta...
- 04 Aug 2023, 18:28
- Forum: Help
- Topic: Upload freezing up for certain users
- Replies: 1
- Views: 2463
Upload freezing up for certain users
We are experiencing a problem where some users are freezing up when uploading files to Mantis. Not all users have this problem. Any ideas?
- 27 Jul 2023, 17:12
- Forum: General Discussion
- Topic: Notes adding copied text from clipboard
- Replies: 1
- Views: 6584
Notes adding copied text from clipboard
I’ve noticed the ‘Notes’ section seems to automatically add copied text from within someone’s clipboards. The text is converted into a .png image file. I thought I’d bring this to your attention albeit this does not prove to be a massive inconvenience to us personally. Below is an image example of s...
- 27 Jul 2023, 17:08
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 5
- Views: 7205
Re: LDAP Access
We figured out how to get ldap to work. We needed to use a service account and password. LDAP is working now for us. Thanks everyone for you help.
- 27 Jul 2023, 17:04
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5238
Re: Logging of events
That worked! Thank you very much.
- 24 Jul 2023, 15:17
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5238
Re: Logging of events
This is under windows on IIS. I've got IIS configured for a log directory.
- 21 Jul 2023, 21:22
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5238
Logging of events
We are still having problems with the LDAP configuration. We are trying to turn on logging to help debug the LDAP problem but Mantis doesn't seem to return any log files. In our config we did this $g_log_destination='page'; $g_show_log_threshold=ANYBODY; $g_log_level=LOG_ALL; $g_log_destination='fil...
- 20 Jul 2023, 20:14
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 5
- Views: 7205
Re: LDAP Access
Well we got that to work. However LDAP access is returning 'ldap_search() Operations error in ...\core\ldap_api.php' line 378 This is what we have for ldap settings. $g_login_method = LDAP; $g_ldap_server = 'ldap://prod-****; $g_ldap_root_dn = 'OU=Users,DC=US,DC=BANK-DNS,DC=COM'; $g_ldap_organizatio...
- 19 Jul 2023, 16:37
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 5
- Views: 7205
Re: LDAP Access - please help
I've added these paramaters to my config_inc.php in order to get LDAP working. $g_login_method = LDAP; $g_ldap_server = 'dev-ldapad-internal-ep****'; $g_ldap_root_dn = 'DC=DEVT3,DC=NET'; I'm receiving APPLICATION ERROR #1404 LDAP Extension Not Loaded. What does that mean? 0 D:\Applications\IssueTrac...
- 17 Jul 2023, 17:46
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 5
- Views: 7205
Re: LDAP Access
Where you able to make LDAP work? We are moving from basic access to ldap and could really use some examples or pointers.
- 27 Jun 2023, 17:16
- Forum: General Discussion
- Topic: AD database login account for Azure cloud
- Replies: 0
- Views: 2947
AD database login account for Azure cloud
We are moving Mantis to the Azure cloud and we need to use AD database account instead of the SQL account. We are using SQL server for this. Is there any instructions on how to do this? I've tried in the past to make it work with AD but haven't figured it out.
- 27 Jun 2023, 17:14
- Forum: Help
- Topic: windows AD user login
- Replies: 5
- Views: 3083
Re: windows AD user login
We are moving Mantis to the azure cloud. We need to use an AD database account instead of SQL user account. Is there any documentation on doing this? Does this support ADO? Help would be very much appreciated.
- 23 May 2023, 15:06
- Forum: General Discussion
- Topic: Connecting with odbc18 and multisubnetfailover
- Replies: 3
- Views: 5194
Re: Connecting with odbc18 and multisubnetfailover
I added the latest driver from adodb per instructions. We are still seeing the same timeout and ODBC13. Is there some configuration that needs to be made?
- 22 May 2023, 17:39
- Forum: General Discussion
- Topic: Connecting with odbc18 and multisubnetfailover
- Replies: 3
- Views: 5194
Re: Connecting with odbc18 and multisubnetfailover
We have the latest Mantis release with no modifications. Wouldn't that include the latest ADOdb? For some reason it only selects ODBC13 and not ODBC18 when we choose sqlnative.