Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Error receiving mai...
 
Notifications
Clear all

Error receiving mail: Activity / Ticket / other does not exist

5 Posts
2 Users
0 Reactions
1,993 Views
(@anton)
Posts: 3
Active Member
Topic starter
 
[#6124]

Hello members of Projeqtor community!

I've faced error with receiving e-mail with IMAP.
I made settings in "Automatic import of replies to emails". When I send the message with "Reply" button in Thunderbird Projeqtor does not create note for object. I see the message in log:
2019-07-12 10:34:44.957 ===== TRACE ===== Message received from zzz.zzz@zzz.com with response to note on Activity #231] that does not exist in this database

Please take a look at the number of Activity: #231]. The same thing with Tickets. The number has ] at the end.
So I wonder if this my incorrect settings or the bug in the Projeqtor?

Appreciate any help!

Regards,
Anton Toem


 
Posted : 12 Jul 2019 12H01
(@babynus)
Posts: 14952
Member Admin
 

Which version of projeqtor are you using ?
(I think it is an old issue already fixed)


 
Posted : 13 Jul 2019 18H50
(@anton)
Posts: 3
Active Member
Topic starter
 

Hello, Babynus!
Thanks for reply.

I use Projeqtor 8.0.6.


 
Posted : 17 Jul 2019 13H19
(@babynus)
Posts: 14952
Member Admin
 

Hi,
Cannot reproduce, as it may come from mail server or mail client.

To fix the issue, you can add 1 line after line 928 on model/Cron.php, this way :

  		$id=str_replace($arrayFrom, $arrayTo, $id);	
  		$id=str_replace(']','',$id);

This will be included in next patch of projeqtor


 
Posted : 18 Jul 2019 17H29
(@anton)
Posts: 3
Active Member
Topic starter
 

Hi Babynus!

I've made the change in Cron.php.
It works now!

Thanks a lot!

Regards,
Anton


 
Posted : 19 Jul 2019 13H50
Share:

Scroll to Top