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:
Glaube, ich habe dieAntwort selber gefunden:
http://www.pragmamx.org/modules.php?name=eBoard&file=viewthread&tid=2273#pid
Vielen Dank trotzdem