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.

[SOLVED] pb mail
 
Notifications
Clear all

[SOLVED] pb mail

3 Posts
2 Users
0 Reactions
3,163 Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#2883]

on V5.2.0, When I want to send mail from task and project, I have an error message, see on attached files


 
Posted : 11 Jan 2016 16H40
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Reply : issue cnfirmed.
Ticket #1918 recorded


 
Posted : 11 Jan 2016 17H15
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Fixed !

Fix is to replace lines 37 to 39 in /tool/sendMail.php from

  if (array_key_exists('objectClassName',$_REQUEST)) {
    $typeSendMail=$_REQUEST['objectClassName'];
  }

to

  if (array_key_exists('className',$_REQUEST)) {
    $typeSendMail=$_REQUEST['className'];
  }

 
Posted : 12 Jan 2016 1H36
Share:

Scroll to Top