pragmaMx Support Forum

Archive => veraltete bzw. unsupportete Systeme und Module => Alt Archive => PHPNuke 5.2-6.0 & VKP 5.5 => Thema gestartet von: Konzert in 27 Juli 2002, 15:47:05

Titel: Neuer Admin -> FEHLERMELDUNG
Beitrag von: Konzert in 27 Juli 2002, 15:47:05
Hallo !

Habe soeben einen meiner User als Admin eingestellt.

Nachdem er sich als Admin eingelogt hatte bekam er folgende Meldung:

Fatal error: Call to undefined function: authorised() in /www/hannover-konzert.de/sys/admin/links/links.egallery.php on line 21


Hier die DATEI mit dem besagten Fehler:

<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2001 by Francisco Burzi (fbc@mandrakesoft.com)         */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

if ($radminsuper==1) {
   // PhpNuke & PN 0.64
   adminmenu("admin.php?op=GallAdmin", "My eGallery", "gallery.gif");
}
else  {
   // The Rogue
   if (authorised(0, 'My_eGallery::', '::', ACCESS_ADMIN))
      adminmenu("admin.php?op=GallAdmin", "My eGallery", "gallery.gif");
}
?>


VIELEN DANK im voraus.


 :thumbup:
Titel: Re: Neuer Admin -> FEHLERMELDUNG
Beitrag von: in 27 Juli 2002, 16:03:04
Glaube, ich habe dieAntwort selber gefunden:

http://www.pragmamx.org/modules.php?name=eBoard&file=viewthread&tid=2273#pid

Vielen Dank trotzdem