You are not logged in.
Pages: 1
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
je cherche une solution SVP c'est très urgent
-----------------------------------
Mouhamed Amine Ben Nasr
Software Engineer/PHP Developper
-----------------------------------
Offline
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
OK merci dans tout les cas
-----------------------------------
Mouhamed Amine Ben Nasr
Software Engineer/PHP Developper
-----------------------------------
Offline
Pages: 1