Seite 1 von 1

Großes Problem mit dem Junior Admin

Verfasst: 31.01.2006 18:19
von Speedy01
Hallo,

ich habe ein großes Problem---> Ich komme nicht mehr ins ACP.

Es steht dort immer folgende Nachricht:

Parse error: parse error, unexpected T_STRING in /srv/www/htdocs/web159/html/forum/includes/page_tail.php on line 34

Und hier der Betreffende Textabschnitt in meiner page_tail.php

Code: Alles auswählen

if ( !defined('IN_PHPBB') )
{
	die('Hacking attempt');
}

global $do_gzip_compress;

//
// Show the overall footer.
//
include_once($board_root_path . 'includes/functions_jr_admin.' . $phpEx);
$admin_link = jr_admin_make_admin_link();' . $lang['Admin_panel'] . '</a><br /><br />' : '';

$template->set_filenames(array(
	'overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl')
);

$template->assign_vars(array(
	'TRANSLATION_INFO' => (isset($lang['TRANSLATION_INFO'])) ? $lang['TRANSLATION_INFO'] : ((isset($lang['TRANSLATION'])) ? $lang['TRANSLATION'] : ''),
	'ADMIN_LINK' => $admin_link)
);

$template->pparse('overall_footer');
Schonmal Danke im Vorraus

mfG

Speedy01

Verfasst: 01.02.2006 00:09
von HdZ
darf man fragen was das da soll?

Code: Alles auswählen

' . $lang['Admin_panel'] . '</a><br /><br />' : '';
Entfern das ma und probiers dann noch ma.

Verfasst: 01.02.2006 15:53
von Speedy01
Ahhh. OK Danke.

Ich habe den MOD so eingebaut, wie es dort stand --> und das stand da so^^

jetzt gehts aber... Danke für deine Hilfe

mfG

Phillip

Verfasst: 01.02.2006 19:32
von Thomas W.
ich war gestern auch so weit....

ich habe dazu aber folghendes nicht gefunden

Code: Alles auswählen

#-----[ OPEN ]------------------------------------------ 
# 
templates/subSilver/admin/index_body.tpl

# 
#-----[ FIND ]------------------------------------------ 
#
  <!-- END guest_user_row -->
</table>

# 
#-----[ AFTER, ADD ]------------------------------------------ 
#
{JR_ADMIN_INFO_TABLE}

ich finde das <!-- END guest_user_row --> aber nicht in der Datei
hmmm


Thomas

Verfasst: 01.02.2006 19:34
von BB-BF-BM
verlink mal die index_body.tpl
>>>KB:datei<<<

Verfasst: 01.02.2006 19:38
von Thomas W.
bin ich gestern blind gewesen.. ???

jetzt hab ichs gefunden

sorry :-)

Verfasst: 01.02.2006 19:56
von Thomas W.
läuft doch nicht ganz rund:

Code: Alles auswählen

Ein Fehler ist aufgetreten.

DEBUG MODE

SQL Error : 1146 Table 'kforum.jr_admin_table' doesn't exist

SELECT * FROM JR_ADMIN_TABLE WHERE user_id = 11

Line : 132
File : functions_jr_admin.php
die tabelle phpbb_jr_admin_users existiert aber

Verfasst: 01.02.2006 20:03
von BB-BF-BM
KB:sql_error

Verfasst: 01.02.2006 20:56
von Thomas W.
thx... gefunden, korrigiert, läuft