I tried translation.php but probably missing some packages as I
receive following errors about php :

----------------
Loading libraries...
Console_Getopt... OK
Console_Table...
Warning: include(Console/Table.php): failed to open stream: No such
file or directory in /var/www/horde-3.3.5/po/translation.php on
line
1460

Warning: include(): Failed opening 'Console/Table.php' for
inclusion

(include_path='/var/www/horde-3.3.5/lib:.:/usr/share/php:/usr/share/pear')
in
/var/www/horde-3.3.5/po/translation.php on line 1460
Console_Table not found.
File_Find...
Warning: include(File/Find.php): failed to open stream: No such
file
or directory in /var/www/horde-3.3.5/po/translation.php on line
1460

Warning: include(): Failed opening 'File/Find.php' for inclusion

(include_path='/var/www/horde-3.3.5/lib:.:/usr/share/php:/usr/share/pear')
in
/var/www/horde-3.3.5/po/translation.php on line 1460
File_Find not found.

Make sure that you have PEAR installed and in your include path.
include_path: /var/www/horde-3.3.5/lib:
Bruno.:/usr/share/php:/usr/share/pear


Resolved :
translation.php is now working now after pear installation of missing
File_Find and Console_Table modules (via 'pear install File_Find
Console_table').

Many thanks to Mauricio for his help (sent outside this mailing
list).

Bye,
Bruno


----------------------------------------------------------------

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to