XF 2.1 I've a fatal error 500 (Internal Error Server) in Puclic Static Function string.

DrWicked

Member
Goodmorning community, from yesterday evening i'va a fatal error on my site and i've seen in Error Log file that error :
error1.webp
and when i've checked the XF.php file i've found this string:
PHP:
    public static function setupApp($appClass, array $setupOptions = [])
    {
        /** @var \XF\App $app */
        $app = new $appClass(new \XF\Container());     /** <= string 364 */
        self::setApp($app);
        $app->setup($setupOptions);

        return $app;
    }

I don't know how i can do to resolve this problem. Please someone can see this problem? Thanks a lot all!
 
Last edited:
Top Bottom