by (1.4k points)
Hey All,

I have the follow error: "An error occurred Application error"

my error.log say:
"mod_fcgid: stderr: PHP Warning:  is_readable(): open_basedir restriction in effect. File(/opt/plesk/php/7.0/share/pear/ZendX/JQuery/View/Helper/Placeholder.php) is not within the allowed path(s): (/var/www/vhosts/webhost.xxx.de/httpdocs/yyy.de/:/tmp/:/opt/plesk/php/7.0/share/pear/ZendX/JQuery/View/Helper/) in /var/www/vhosts/webhost.xxx.de/httpdocs/yyy.de/seotoaster_core/library/Zend/Loader.php on line 186, referer: https://yyy.de/"

I tried to set the open_basedir to none, etc,  in Plesk.

Seotoaster tries to access /opt/plesk/php/7.0/share/pear/ZendX/JQuery/View/Helper/Placeholder.php but this file does not exist.

What can I do??

Other seotoaster installations with identical parameters run smoothly. As a theme, I used ToasterSmart-website.zip

Best regards
Ronny

1 Answer

by (1.4k points)
selected by
 
Best answer
SQL-Mode  strict mode was on.
I have switch of an it works ;)
https://stackoverflow.com/questions/40881773/how-to-turn-on-off-mysql-strict-mode-in-localhost-xampp

Best regards
Ronny
...