升级ubuntu服务器后出现GLPI错误

升级我的发行版服务器ubuntu与GLPI的工作后,我的一个具体问题。 这里uname命令的结果是:

(Linux ****** 3.13.0-32-generic#57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU / Linux)

我不明白这个问题..当我尝试使用networking连接到GLPI我有一个空白页面没有错误。 首先,我正在查看我的日志(apache2&MySQL),只有我的apache errors.log告诉我一些东西,当我尝试连接到web(使用web http:// servername / glpi )时:

[Thu Oct 12 11:07:39.142484 2017] [:error] [pid 7078] [client 213.166.218.71:62978] PHP致命错误:Uncaught错误:调用未定义的方法Config :: getConfigurationValues()在/ usr / glpi / config / config.php:118 \ nStack trace:\ n#0 /usr/share/glpi/inc/includes.php(54): include_once()\ n#1 / usr / share / glpi / plugins / fusioninventory /index.php(43):include('/ usr / share / glpi …')\ n#2 {main} \ n在118行/usr/share/glpi/config/config.php中抛出

所以我searchglpi config.php的第118行,我有这样的一行:

$ current_config = Config :: getConfigurationValues('core');

而且我没有发现这条线……你能帮我吗?

非常感谢!