Hi there. This error means your seotoaster installation path is not allowed in the list of allowed paths in your *open_basedir* param (in your php.ini)
There are two ways to solve that:
1. Add a seotoaster installation path to the open_basedir value
e.g. open_basedir =/USER/kukucska/partikoteny_hu/www/:/usr/share/php/pear/:/tmp (note, the paths should be divided by : )
2. Remove the open_basedir's restirictions. To do that, set your open_basedir settings to none
e.g. open_basedir = none