aspell returns error

aspell returns error

le Mark Schultz -
Number of replies: 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
Average of ratings: -
In reply to Mark Schultz

Re: aspell returns error

le 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.
In reply to Mark Schultz

Re: aspell returns error

le AL Rachels -
Dealbh dhe Core developers Dealbh dhe Particularly helpful Moodlers Dealbh dhe Plugin developers Dealbh dhe 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.
In reply to AL Rachels

Re: aspell returns error

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