Re: [Dolibarr-dev] Bug on .deb ?

2013-07-02 Par sujet Doursenaud , Raphaël
>From looking at the source code, FPDI is only used for merging. Is this feature needed ? It can be disabled by setting MAIN_DISABLE_FPDI Else the "libfpdi-php" debian package is needed and should be added to the "Depends" list in the "control" file. You may want to try installing it. Anyway, looks

Re: [Dolibarr-dev] Bug on .deb ?

2013-07-02 Par sujet Destailleur Laurent
Il manque en effet la dépendance au package libfpdi-php Soit il faut ajouter le package a la main, soit il faut mettre en commentaire la ligne $dolibarr_lib_FPDI_PATH du fichier conf afin d'utiliser le FPDI interne. Je corrige pour la 3.4 2013/7/2 Doursenaud, Raphaël > From looking at the sou