Goodmorning community, from yesterday evening i'va a fatal error on my site and i've seen in Error Log file that error :
and when i've checked the XF.php file i've found this string:
I don't know how i can do to resolve this problem. Please someone can see this problem? Thanks a lot all!
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: