aspell returns error

aspell returns error

написао/ла Mark Schultz -
Број одговора: 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
У одговору на 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.
У одговору на Mark Schultz

Re: aspell returns error

написао/ла AL Rachels -
Слика Core developers Слика Particularly helpful Moodlers Слика Plugin developers Слика 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.
У одговору на 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.