Search found 13 matches

by Celso
05 Jun 2023, 10:33
Forum: Help
Topic: [SOLVED]Note not found
Replies: 4
Views: 4790

SOLVED

It was a plugin that created the error, it was the EventLog plugin
by Celso
05 Jun 2023, 09:53
Forum: Help
Topic: [SOLVED]Note not found
Replies: 4
Views: 4790

Re: Note not found

100% the problem is in the assignation of the parameter bug_text_id, the code in the api is like this:
$t_bugnote_text_id = db_insert_id( db_get_table( 'bugnote_text' ) );
this should put the correct id but instead inserts a number that increments randomly
by Celso
05 Jun 2023, 06:34
Forum: Help
Topic: [SOLVED]Note not found
Replies: 4
Views: 4790

Re: Note not found

Ok, i think i found where the problem is In the mantis_bunote_table there is an bug_text_id and it have to be the same as the id from the same table. The problem is that after id 21 the bug_text_id started to get random numbers as an id like: iD bug_text_id 21 21 39 9510 40 10350 41 11623 I put one ...
by Celso
02 Jun 2023, 11:45
Forum: Help
Topic: [SOLVED]Note not found
Replies: 4
Views: 4790

[SOLVED]Note not found

Hello When i try to create a note it gives me the #600 error note not found, but in the database it creates the note in the table. But this didn´t happen days before, the only thing i modified was the emailReporting plugin. I don´t know if can be related with that Info Versión de MantisBT 2.25.7 Ver...
by Celso
25 May 2023, 10:44
Forum: EmailReporting
Topic: Doubt about EmailReporting
Replies: 1
Views: 16233

Doubt about EmailReporting

Hello
I want to deploy workaround about OAuth Login in Exchange365.
i have a doubt about how email reporting works:
it downloads .eml in to a folder in file system or writes directly in database?

if is the first case how can i found the route

Thanks in advance
by Celso
16 May 2023, 13:52
Forum: EmailReporting
Topic: I can´t create a ticket via email
Replies: 1
Views: 13111

I can´t create a ticket via email

Hello i am having a problem with the email plugin (I have the 0.10.1 version with mantisbt 2.25.7 and php 8.0) When i try the mailbox it brings this error: Location: Attempt login [pear_error: message="-ERR Logon failure: unknown user name or bad password." code=-1 mode=return level=notice...
by Celso
03 May 2023, 08:56
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

Re: Ldap APPLICATION ERROR #1401

Thanks now it works
by Celso
02 May 2023, 14:47
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

1406 Error

Ok now i have another error #1406 that says 'Cannot initiate StartTLS on LDAP server.' My config_inc.php is like this: $g_login_method = LDAP; $g_ldap_protocol_version = 3; $g_ldap_server = 'ldap://example.com:389'; $g_ldap_root_dn = 'ou=name,dc=example,dc=com'; $g_ldap_organization = ''; $g_ldap_ui...
by Celso
02 May 2023, 14:00
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

Re: Ldap APPLICATION ERROR #1401

Thanks i downgraded my php to 8.0 and updated my mantis to 2.25.7 and it works
by Celso
28 Apr 2023, 09:00
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

Re: Ldap APPLICATION ERROR #1401

I tried using ldapsearch and it works and shows me the information of the user i asked (connects with the AD well)

But when i try to connect via from web browser it gives me the #1401 error Connection to LDAP server failed.
by Celso
27 Apr 2023, 08:05
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

Re: Ldap APPLICATION ERROR #1401

yes
by Celso
27 Apr 2023, 07:49
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

Re: Ldap APPLICATION ERROR #1401

the log info: LDAP ldap_api.php:327 ldap_authenticate_by_username() Binding to LDAP server\n LDAP ldap_api.php:63 ldap_connect_bind() Attempting connection to LDAP server/URI 'ldap://example.com:389'.\n LDAP ldap_api.php:117 ldap_connect_bind() Connection to ldap server failed\n It shows me only thi...
by Celso
26 Apr 2023, 06:51
Forum: Help
Topic: Ldap APPLICATION ERROR #1401
Replies: 11
Views: 9685

Ldap APPLICATION ERROR #1401

Hello i have a problem when i try to connect to my AD with ldap it gives me the 1401 error. I have seen a lot of posts with this error but none of the solutions they gave me works. I checked that the firewall is not interfering so i know that the problem is in the config_inc.php My configuration is ...