1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Deutsch
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  1. GSManager
  2. Forum
  3. Allgemeines
  4. Fehler

PHP fatal error

  • umadbroDR
  • 21. Januar 2013 um 21:57
Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
  • umadbroDR
    Anfänger
    Punkte
    40
    Beiträge
    7
    • 21. Januar 2013 um 21:57
    • #1

    'ello,

    I am running a CoD4 server with MAM on a CentOS 6 server and every now and then, manuadminmod will crash and write this in the logfile:

    Code
    107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 11 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 10 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 9 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 8 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 7 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 6 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 5 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 4
    	107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 4 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 3 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 2 
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:803 => Undefined offset: 1 
        107:31 [20.01.13 21:14:07] Notice: Player XXX PID was changed from 0 to , GUID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
        107:31 [20.01.13 21:14:07] PHP-Error: Notice in /adminmod/classes/mod.class.php:825 => Undefined index:
    [20-Jan-2013 21:14:07] PHP Fatal error:  Call to a member function update() on a non-object in XXX/adminmod/classes/mod.class.php on line 825
    Alles anzeigen

    Line 803 of mod.class.php:

    PHP
    list($victim_guid, $victim_pid, $victim_team, $victim_name, $killer_guid, $killer_pid, $killer_team, $killer_name, $weapon, $damage, $image, $bodypart) = $parts;

    Line 825 of mod.class.php:

    PHP
    $this->players[$killer_guid]->update($killer_pid, $killer_name);


    which is a part of this "if" stack:

    PHP
    if ($killer_pid != -1) {
            	$this->players[$killer_guid]->update($killer_pid, $killer_name);
            	if (!in_array($this->getGame(), $noteamupdate)) {
    				$this->players[$killer_guid]->setTeam($killer_team);
            	}
        	}


    which is a part of the actionKill ($parts) public function.


    I am clueless :confused:

  • XOXO
    Anfänger
    Punkte
    575
    Trophäen
    1
    Beiträge
    114
    • 21. Januar 2013 um 22:45
    • #2

    Are you running a mod on your gameserver? Which game is it?

  • Hackebein
    Fortgeschrittener
    Punkte
    2.585
    Trophäen
    2
    Beiträge
    509
    • 22. Januar 2013 um 09:50
    • #3

    please post your phpinfo()

    type this in your ssh consol:

    PHP
    php -r "phpinfo();"


    or to save it in a file:

    PHP
    php -r "phpinfo();" > phpinfo.txt
    Zitat von Michael Anton

    Ein Programm sollte nicht nur Hand und Fuß, sondern auch Herz und Hirn haben.

    Zitat

    Es gibt nur 10 Arten von Menschen. Die, die binär verstehen - und die, die es nicht tun

  • Dieses Thema enthält einen weiteren Beitrag, der nur für registrierte Benutzer sichtbar ist.
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  • Deutsch
  • English
Zitat speichern