[Warning] is_readable(): open_basedir restriction in effect. File(/usr/share/php/Zend/Translate/Adapter/I18nRailsYamlAdapter.php) is not within the allowed path(s): (/var/www/vhosts/fvgsg.de/:/tmp/)

GET /AdminSecurity/login?BackURL=%2Fadmin%2Fpages

Line 198 in /var/www/vhosts/fvgsg.de/httpdocs/framework/thirdparty/Zend/Loader.php

Source

189 
190         foreach (self::explodeIncludePath() as $path) {
191             if ($path == '.') {
192                 if (is_readable($filename)) {
193                     return true;
194                 }
195                 continue;
196             }
197             $file = $path . '/' . $filename;
198             if (is_readable($file)) {
199                 return true;
200             }
201         }
202         return false;
203     }
204 

Trace

Anmelden » Förderverein des Geschwister-Scholl-Gymnasiums

Anmelden

You must be logged in to access the administration area; please enter your credentials below.