Neuer Admin -> FEHLERMELDUNG

Begonnen von Konzert, 27 Juli 2002, 15:47:05

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Konzert

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: