aspell returns error

aspell returns error

Mark Schultz -
Atsakymų skaičius: 3
I have aspell 0.50.3 installed. when I spell check it says...

spellcheck in progress..

then I get a popup error:

System error: could not open file /tmp/aspell_data_mTTiLv

I looked in /tmp and the file is created by apache with 600 permission.

has anyone sen this and know how to fix it?
thanks,

Mark
Įvertinimų vidurkis: -
Atsakymas į Mark Schultz

Re: aspell returns error

Mark Schultz -
I found the problem. I added /tmp to
php_admin_value open_basedir
making the file writable by apache.

I hope this helps someone.
Atsakymas į Mark Schultz

Re: aspell returns error

AL Rachels -
Core developers paveikslėlis Particularly helpful Moodlers paveikslėlis Plugin developers paveikslėlis Testers paveikslėlis
I need to make the same fix...where exactly did you add the "/tmp to
php_admin_value open_basedir"? I've been looking for a while and still haven't found the place to do it.
Atsakymas į AL Rachels

Re: aspell returns error

Lena Persson -
you can put it into the config file httpd.conf if you have access to it; or in php.ini; alternatively in some other config file that determines your environment (eg vhost.conf if you're on a shared server using Plesk); or you could I think put it in a .htaccess file.