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-05-06 11:01:35

bemo1050
Member
From: Tunisia
Registered: 2009-12-27
Posts: 33

la fonction showList

Bonjour,

j'ai téléchargé le plugin order et j'ai voulu ajouter une classe:

class PluginOrderCost extends CommonDBTM {
    function __construct() {
        $this->table = "glpi_dropdown_plugin_finances_ccenter";
        $this->type = PLUGIN_ORDER_COST_TYPE;
    }
le type  PLUGIN_ORDER_COST_TYPE est ajoutée dans setup.php

registerPluginType('order', 'PLUGIN_ORDER_COST_TYPE', 3157, array (
            'classname' => 'PluginOrderCost',
            'tablename' => 'glpi_dropdown_plugin_finances_ccenter',
            'formpage' => 'front/plugin_order.cout.php',
            'searchpage' => 'front/plugin_order.cout.php',
            'typename' => $LANG["application"][1],
            'deleted_tables' => false,
       
    ));

mais lorsque je fait appel à la fonction showList il s'affiche cette erreur


PHP ERROR: Undefined offset: 3157 in D:\tools\xampp\htdocs\centre\plugins\order\hook.php at line 692
PHP ERROR: Undefined offset: 3157 in D:\tools\xampp\htdocs\centre\plugins\order\hook.php at line 693
PHP ERROR: Undefined offset: 3157 in D:\tools\xampp\htdocs\centre\inc\search.function.php at line 3356
PHP ERROR: Undefined offset: 3157 in D:\tools\xampp\htdocs\centre\inc\search.function.php at line 3357
PHP ERROR: Undefined offset: 3157 in D:\tools\xampp\htdocs\centre\inc\search.function.php at line 3358

quelqu'un peut m'aider..

Merci

Last edited by bemo1050 (2010-05-06 11:05:55)


-----------------------------------
Mouhamed Amine Ben Nasr
Software Engineer/PHP Developper
-----------------------------------

Offline

#2 2010-05-06 12:00:38

bemo1050
Member
From: Tunisia
Registered: 2009-12-27
Posts: 33

Re: la fonction showList

je cherche une solution SVP c'est très urgent


-----------------------------------
Mouhamed Amine Ben Nasr
Software Engineer/PHP Developper
-----------------------------------

Offline

#3 2010-05-06 12:02:47

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: la fonction showList

bemo1050 wrote:

je cherche une solution SVP c'est très urgent

Ca ne donne pas envie de répondre en voyant ca moins d'une heure après le premier message

Offline

#4 2010-05-06 12:15:28

bemo1050
Member
From: Tunisia
Registered: 2009-12-27
Posts: 33

Re: la fonction showList

OK merci dans tout les cas sad


-----------------------------------
Mouhamed Amine Ben Nasr
Software Engineer/PHP Developper
-----------------------------------

Offline

Board footer

Powered by FluxBB