ThWboard Support-Forum (Archiv)

Ort: / Boardübersicht / Archiv / Bei Fehlermeldungen fehlen die Quicklinks


Seite 1 von 1

Dr.HDi schrieb am 16.07.2003 um 08:14 Uhr

Bei Fehlermeldungen "Kein Zugriff", ... fehlen die Quicklinks !

Fix: inc/funktions.inc.php

function requires_permission($perm)
{
        global $g_user, $pref, $style, $config, $options, $P, $HTTP_SERVER_VARS;

        if( $P->has_permission($perm) )
                return;

        global $board;
        .
        .

in

function requires_permission($perm)
{
        global $g_user, $pref, $style, $config, $options, $P, $HTTP_SERVER_VARS;

        if( $P->has_permission($perm) )
                return;

        global $board;
        // msp 15.07.2003 - Bugfix
        global $t_quicklinks;
        .
        .

sowie

function message($title, $msg, $opt_back = 1, $opt_index = 1)
{
        global $style, $config, $g_user, $options, $JUMP_MENU, $navpath, $pref;
        .
        .

in

function message($title, $msg, $opt_back = 1, $opt_index = 1)
{
        global $style, $config, $g_user, $options, $JUMP_MENU, $navpath, $pref;

        // msp 15.07.2003 - Bugfix
        global $t_quicklinks;
        .
        .

ändern.

Möglicherweise fehlt es noch an ein paar weiteren Stellen.

Bluetooth schrieb am 29.07.2003 um 09:19 Uhr

Schauen wir mal, welche noch bei 2.82 fehlen, der "Bug" ist bekannt und wird laufend korrigiert, mitunter fällt eine Message durchs Netz *g*

Seite 1 von 1