aspell returns error

aspell returns error

von Mark Schultz -
Anzahl Antworten: 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
Mittelwert:  -
Als Antwort auf Mark Schultz

Re: aspell returns error

von 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.
Als Antwort auf Mark Schultz

Re: aspell returns error

von AL Rachels -
Nutzerbild von Core developers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von Testers
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.
Als Antwort auf AL Rachels

Re: aspell returns error

von 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.