OK, but it works with 1.5.0. Tomas Kuliavas was right !!! I set the
attachement_dir in config.php to an absolute path and not to a relative
path and now it's OK. Although its funny, because SquirrelMail uses the
attachement_dir for attachements, and with attachement_dir = "../data" I
could upload a
> I installed SQ1.50 on SuSE 9.1. Activated squirrelspell Plugin, ispell
> ist installed. Want to use it for a german Configuration, so I changed the
> following lines in sqsqpell_config.php:
>
> $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a');
> $SQSPELL_APP_DEFAULT = 'German'
> I installed SQ1.50 on SuSE 9.1. Activated squirrelspell Plugin, ispell ist
> installed. Want to use it for a german Configuration, so I changed the
> following lines in sqsqpell_config.php:
>
> $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a');
> $SQSPELL_APP_DEFAULT = 'German';
Upps, one mistake in my previous mail:
> $SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a');
is
$SQSPELL_APP = array('German' => '/usr/bin/ispell -d deutsch -a');
Sorry ! ;-)
---
This SF.net email is sponsored by: IT Produ
I installed SQ1.50 on SuSE 9.1. Activated squirrelspell Plugin, ispell ist
installed. Want to use it for a german Configuration, so I changed the
following lines in sqsqpell_config.php:
$SQSPELL_APP = array('Deutsch' => '/usr/bin/ispell -d deutsch -a');
$SQSPELL_APP_DEFAULT = 'German';
Use of isp