Seite 1 von 2

Fehler bei Grafiksammlung ändern

Verfasst: 07.06.2008 11:21
von Slup
Grüße,

Habe vorhin mein board local erstellt und den Download Mod von Oxpus eingebaut! Local klappte alles aber als ich mein Forum hochgeladen habe wurde kein Style angezeigt nur die Texte!

Im ACP bin ich nun auf glaube das war Themes => Aktualiesieren.
Soweit klappt alles, allerdings wird nun der Banner nicht angezeigt! Wollte nun unter Grafiksammlung meinen Banner wieder einfügen und nun erhalte ich folgende Meldung
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 1420: Undefined index: IMG_ICON_DL_UPLOAD
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[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:2956)
Alle Lösungen hier im Forum haben nicht geholfen!

Verfasst: 07.06.2008 13:27
von JFooty
Guckst du in die Knowledge-Base.

Verfasst: 15.06.2008 21:19
von Horsti
Hi Fellows,

also ich habe das gleiche Problem und zwar gleich in doppelter form.

Style Prosilver Grafiksammlung>ändern

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 1422: Undefined index: IMG_ICON_DL_UPLOAD
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[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:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
Okay ich weiß da gibt es ein "Guckst du in die Knowledge-Base", das habe ich auch getan. Werde aber daraus net schlau, außer das ich weiß, was ich eh schon weiß, nämlich wo ich die Fehler suchen soll.

Okay das habe ich auch getan und folgendes gefunden.
in file /adm/index.php on line 150: - 154: steht folgendes:

Code: Alles auswählen

header('Content-type: text/html; charset=UTF-8');
	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');
Und in file /includes/functions.php:2956

Code: Alles auswählen

echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
Seit mir bitte nicht böse, denn ich will ja lernen um net fragen zu müssen, aber bitte erklärt es mir jemand was ich gemaß Knowledge-Base Beitrag jetzt tun soll.

Problem 2
Style Greysilver Grafiksammlung>ändern

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 1421: Undefined index: IMG_ICON_DL_UPLOAD
Dort bekomme ich nur diese Meldung.

Also Jungs, ich bitte Euch um ein bisserl Hilfestellung.

Danke
Horst

Verfasst: 15.06.2008 22:46
von Horsti
Ich nochmal,

habe jetzt einfach mal die Zeilen 150-154 in der /adm/index.php auskommentiert. Dann habe ich die gleiche Fehlermeldung bekommen wie bei meinem Greysilver:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 1421: Undefined index: IMG_ICON_DL_UPLOAD
Da bin ich wieder gleich vorgegangen und habe in der /includes/acp/acp_styles.php die Zeile 1421, die folgendes besagt:

Code: Alles auswählen

'TEXT'				=> (($category == 'custom') ? $img : $user->lang['IMG_' . strtoupper($img)])
einfach auskommentiert. Resultat es geht, aber das kann doch nicht wirklich die lösung sein, oder?

Dann ist mir aufgefallen, das die Auswahlliste in der Grafiksammlung teilweise leer ist. Ist das richtig so?

MfG
Horst

Verfasst: 17.06.2008 07:46
von Horsti
Hi Jungs,

hat denn niemand etwas Hilfe parat? Konnte das Problem leider noch nicht beheben außer so, wie ich es beschrieben hatte.

Danke
Horst

Verfasst: 17.06.2008 10:44
von nickvergessen
zeig mal die includes/acp/acp_styles.php

Verfasst: 17.06.2008 23:45
von Horsti
Hey nickvergessen,
Danke das Du dich erbarmst mir unter die Arme zu greifen. Wenigstens einer. Tausend Dank schon mal im Voraus.

Hier ist die acp_styles.php

Konnte sie hier net hochladen.

Danke dir schon mal im voraus.

MfG
Horst

Verfasst: 18.06.2008 12:51
von nickvergessen
finde:

Code: Alles auswählen

			'dlmod' => array(
			'dl_banlist', 'dl_blue', 'dl_edit', 'dl_green', 'dl_grey', 'dl_new', 'dl_rate_no', 'dl_rate_yes', 'dl_red', 'dl_white', 'dl_yellow', 'icon_dl_upload',
			),
ersetzte mit:

Code: Alles auswählen

			'dlmod' => array(
			'dl_banlist', 'dl_blue', 'dl_edit', 'dl_green', 'dl_grey', 'dl_new', 'dl_rate_no', 'dl_rate_yes', 'dl_red', 'dl_white', 'dl_yellow',
			),

Verfasst: 19.06.2008 00:13
von Horsti
Hey nickvergessen,

tausend Dank für die schnelle Hilfe. Alles bestens. Aber eine Frage habe ich noch, was ist mit meinem ersten Fehler?

Kannst Du mir dazu noch was sagen, denn das habe ich ja auch nur auskommentiert.

Super Hilfe, wie immer. Danke dir.

Gruß Horst

Verfasst: 19.06.2008 12:49
von nickvergessen

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[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:2956)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
sollte nun verschwunden sein, wird nämlich durch dne anderen Fehler hervorgerufen.

Oder was war dein 2ter Fehler?