Seite 16 von 153

Verfasst: 02.07.2007 09:43
von fiffi
Hallo zusammen,

wir haben nun (ohne Probleme) phpBB-3.0.RC2 installiert.
Nach Einbau des who_was_here_RC2 erhalten wir folgende Fehlermeldung im ACP:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 992: filemtime() [function.filemtime]: stat failed for ./../cache/tpl_prosilver_tpl_prosilver_.php.html.php
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 994: filesize() [function.filesize]: stat failed for ./../cache/tpl_prosilver_tpl_prosilver_.php.html.php
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 157: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3685)
und der Cache sieht (direkt nach einem Reset) wie folgt aus:

Code: Alles auswählen

forumlist_body  	5.0 KB  	Mo 2. Jul 2007, 08:22  	So 24. Jun 2007, 19:01  	
overall_header 	17.9 KB 	Mo 2. Jul 2007, 08:22 	Fr 29. Jun 2007, 05:54 	
overall_footer 	5.2 KB 	Mo 2. Jul 2007, 08:22 	So 24. Jun 2007, 19:01 	
index_body 	7.7 KB 	Mo 2. Jul 2007, 08:22 	So 24. Jun 2007, 19:01 	
jumpbox 	5.1 KB 	Mo 2. Jul 2007, 08:30 	So 24. Jun 2007, 19:01 	
tpl_prosilver_.php 	0.0 KB 	Do 1. Jan 1970, 01:00 	Do 1. Jan 1970, 01:00 	
viewforum_body 	21.2 KB 	Mo 2. Jul 2007, 08:30 	So 24. Jun 2007, 19:01
Ich bin ziemlich ratlos ....

Verfasst: 02.07.2007 12:38
von Berliner Schildkroete
Welchen Editor verwendest du und welche Kodierung?

Die Kodierung sollte UTF-8 (ohne BOM) sin und als Editor empfiehlt
Dr.Death Notepad++ 8)

Gruß
Berliner Schildkröte

Verfasst: 02.07.2007 13:00
von choffi
Jawoll, jetz geht es vielen dank, passt zwar nich ganz in meinen Style rein, aber neaja ;) muss ich durch ;)

Verfasst: 02.07.2007 13:14
von nickvergessen
zeig mal deinen Style her und die index_body.html des Styles, dann geb ich dir eine bessere Variante dafür ;)

Verfasst: 02.07.2007 14:55
von choffi
Cool :) hier mein Style :) und vielen dank :)

---> Klickööön <---

und hier die index_body ;)

---> Klickööön <---

ach und nochwas, ist das normal, das keine Zeit dahinter angezeigt wird?

Verfasst: 02.07.2007 15:03
von pcaaron
Danke! :D

Verfasst: 02.07.2007 15:25
von nickvergessen
choffi hat geschrieben:ach und nochwas, ist das normal, das keine Zeit dahinter angezeigt wird?
Kannst du im ACP einschalten:
-> Board-Einstellungen -> Einstellungen für den "Wer war da?"-MOD

Zum Style: finde:

Code: Alles auswählen

	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="2"><h4>{L_WHO_WAS_HERE}</h4></td>
	</tr>
	<tr>
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
		<td class="row1" width="100%"><span class="genmed">{WHO_WAS_HERE_LIST2}<br />({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br /> <br />{WHO_WAS_HERE_LIST}</span></td>
	</tr>
	</table>
ersetze mit:

Code: Alles auswählen

<table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat-head">  
  <tr>  
    <td width="182" align="left" valign="bottom"><img src="{T_THEME_PATH}/images/chl.png" width="182" height="31" border="0" alt="" /></td>  
    <td width="100%" align="left">{L_WHO_WAS_HERE}</td>  
    <td width="23" align="right"><img src="{T_THEME_PATH}/images/chr.png" width="23" height="31" border="0" alt="" /></td>  
  </tr>
</table>
<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="2"><h4>&nbsp;</h4></td>
	</tr>
	<tr>
		<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.png" width="38" height="38" alt="{L_WHO_IS_ONLINE}" /></td>
		<td class="row1" width="100%"><span class="genmed">{WHO_WAS_HERE_LIST2}<br />({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br /> <br />{WHO_WAS_HERE_LIST}</span></td>
	</tr>
	<tr>
  <td class="row4" colspan="2">&nbsp;</td>
  </tr>
</table>

Verfasst: 02.07.2007 15:45
von pcaaron
Noch was, ich finde net diese Zeile

Code: Alles auswählen

'validate' => 'int',	'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['DAYS']),
in der Datei acp_board!

Verfasst: 02.07.2007 16:23
von choffi
vielen dank :)

hat geklappt

Verfasst: 02.07.2007 19:03
von nickvergessen
Das ist im Normalen phpBB3.0.RC2 Zeile: 55
Such einfach mal nach:

Code: Alles auswählen

$user->lang['DAYS']),