aspell returns error

aspell returns error

Mark Schultz-mit -
Antal besvarelser: 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
Gennemsnitsbedømmelse: -
I svar til Mark Schultz

Re: aspell returns error

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

I hope this helps someone.
I svar til Mark Schultz

Re: aspell returns error

AL Rachels-mit -
Core developers-ip assinga Particularly helpful Moodlers-ip assinga Plugin developers-ip assinga Testers-ip assinga
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.
I svar til AL Rachels

Re: aspell returns error

Lena Persson-mit -
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.