You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2015-12-15 11:31:47

maro4d
Member
Registered: 2015-12-15
Posts: 1

[GLPI 0.90.1] [PHP 5.4.16] 500 Internal server

Hello,
I am getting 500 Internal Server Error in explorer and here are the logs in php-errors.log
I restarted the mysql and httpd services and disabled the plugins using mysql manually in database. I do not know what to do more. I upgraded from 0.85.5 to 0.90.1 and 1 week later I get this.

2015-12-15 09:21:51 [@localhost.localdomain]
  *** PHP Notice(8): Undefined index: language
  Backtrace :
  inc/plugin.class.php:176
  inc/plugin.class.php:239                           Plugin::loadLang()
  inc/plugin.class.php:97                            Plugin->checkStates()
  inc/includes.php:114                               Plugin->init()
  index.php:56                                       include()
2015-12-15 09:21:51 [@localhost.localdomain]
  *** PHP Notice(8): Undefined index: language
  Backtrace :
  inc/plugin.class.php:178
  inc/plugin.class.php:239                           Plugin::loadLang()
  inc/plugin.class.php:97                            Plugin->checkStates()
  inc/includes.php:114                               Plugin->init()
  index.php:56                                       include()
2015-12-15 09:21:51 [@localhost.localdomain]
  *** PHP Notice(8): Undefined index: language
  Backtrace :
  inc/plugin.class.php:176
  inc/plugin.class.php:239                           Plugin::loadLang()
  inc/plugin.class.php:97                            Plugin->checkStates()
  inc/includes.php:114                               Plugin->init()
  index.php:56                                       include()
2015-12-15 09:21:51 [@localhost.localdomain]
  *** PHP Notice(8): Undefined index: language
  Backtrace :
  inc/plugin.class.php:178
  inc/plugin.class.php:239                           Plugin::loadLang()
  inc/plugin.class.php:97                            Plugin->checkStates()
  inc/includes.php:114                               Plugin->init()
  index.php:56                                       include()

do you have any idea?

Offline

#2 2015-12-17 14:34:54

xxxadamtmg
Member
Registered: 2013-09-25
Posts: 34

Re: [GLPI 0.90.1] [PHP 5.4.16] 500 Internal server

Hello

In your place I first update all package in system and check file system it is not corrupted.
Second check installed files - compare md5sums extracted from archive with your installation directory.

PS.
I use GLPI 0.90.1 upgraded from 0.84.6 with php 5.5.9 and mysql 5.5.46 on production.

Offline

#3 2015-12-17 18:27:24

yllen
GLPI-DEV
From: Sillery (51)
Registered: 2008-01-14
Posts: 15,278

Re: [GLPI 0.90.1] [PHP 5.4.16] 500 Internal server

You use a plugin without language file.
This information is a notice, not an error


CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6  - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)

Offline

#4 2015-12-18 11:48:44

dmitrib1
Member
Registered: 2013-04-18
Posts: 7

Re: [GLPI 0.90.1] [PHP 5.4.16] 500 Internal server

php_value date.timezone Asia/Jerusalem

# If you have problem with session.auto_start on install you need to set this value to 0 on php.ini or uncomment this line
#php_value session.auto_start 0

if you have try to disable it
i you have a backup, you can restore backup from glpi it work for me too

Offline

Board footer

Powered by FluxBB