You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2010-06-14 17:43:57

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

PHP-Error sur mailgate.class.php

14-06-2010 17:31
Notice(8): Object of class stdClass could not be converted to int
Backtrace :
/var/www/html/glpi/inc/mailgate.class.php:471           userErrorHandler()
/var/www/html/glpi/inc/mailgate.class.php:317           MailCollect->decodeMimeString()
/var/www/html/glpi/inc/mailgate.class.php:227           MailCollect->buildTicket()
/var/www/html/glpi/front/mailgate.form.php:75           MailCollect->collect()

PHP Version 5.1.6
glpi 0.72.4

Il m'affiche cette erreur quand je fais 'Récupérer maintenant' sur un collecteur Imap

Si quelqu'un a une idée je suis preneur big_smile

Merki


Xavier Caillaud
Blog GLPI Infotel

Offline

#2 2010-06-14 18:02:22

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: PHP-Error sur mailgate.class.php

J'ai remplacé :
if (($mimeStr == 'default' && $inputCharset == $targetCharset)
par
if (($mimeStr->charset == 'default' && $inputCharset == $targetCharset)

Plus d'erreur

Maintenant..


Xavier Caillaud
Blog GLPI Infotel

Offline

#3 2010-06-15 08:50:50

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: PHP-Error sur mailgate.class.php

ca semble plutôt bizarre comme correction vu les paramètres passés à la fonction decodeMimeString.
Par contre il y a peut-être un soucis je pense que c'est   $mimeStrs  avec un s qui contient le ->charset (résultat de imap_mime_header_decode) et non $mimeStr sans s.


MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI :    Support     Contribute     References     Freshmeat

Offline

#4 2010-06-15 09:29:13

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: PHP-Error sur mailgate.class.php

Je vais tester. Merci


Xavier Caillaud
Blog GLPI Infotel

Offline

Board footer

Powered by FluxBB