You are not logged in.
Pages: 1
Topic closed
Hi,
I updated successfully to glpi 9.2, now when a user open a ticket using email and attach a document, the document is not loaded on the ticket.
thanks
Offline
Good afternoon. Same problem.
Offline
In php-errors.log writes "Undefined varible: mid"
Offline
Who can say where varible mid defined?
Last edited by Ryzhenkov (2017-10-03 08:58:45)
Offline
Resolved
Just need to change in file ./inc/mailcollector.class.php
$this->getRecursiveAttached($mid, $path, $maxsize, $sub_structure,
to
$this->getRecursiveAttached($uid, $path, $maxsize, $sub_structure,
Last edited by Ryzhenkov (2017-10-03 09:32:22)
Offline
Resolved
Just need to change in file ./inc/mailcollector.class.php
$this->getRecursiveAttached($mid, $path, $maxsize, $sub_structure,
to
$this->getRecursiveAttached($uid, $path, $maxsize, $sub_structure,
YEAH! It works!.. thank you!
Offline
You're welcome
Offline
Hello good day,
Just to make it easier, it's on line 1412 of the ./inc/mailcollector.class.php file.
- I believe this will be conrrigido in the next version.
Hugs.
Last edited by machadomall (2017-10-03 13:06:51)
Márcio Machado
Brasília-DF / Brasil
Offline
Already corrected: https://github.com/glpi-project/glpi/issues/2841
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Pages: 1
Topic closed