Fehler bei Grafiksammlung ändern

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Slup
Mitglied
Beiträge: 248
Registriert: 28.08.2007 12:06
Wohnort: Dormagen

Fehler bei Grafiksammlung ändern

Beitrag 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!
JFooty
Ehemaliges Teammitglied
Beiträge: 1868
Registriert: 02.10.2007 11:46

Beitrag von JFooty »

Guckst du in die Knowledge-Base.
Horsti
Mitglied
Beiträge: 57
Registriert: 04.03.2007 23:07
Wohnort: Berlin-Spandau
Kontaktdaten:

Beitrag 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
Horsti
Mitglied
Beiträge: 57
Registriert: 04.03.2007 23:07
Wohnort: Berlin-Spandau
Kontaktdaten:

Beitrag 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
Horsti
Mitglied
Beiträge: 57
Registriert: 04.03.2007 23:07
Wohnort: Berlin-Spandau
Kontaktdaten:

Beitrag 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
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

zeig mal die includes/acp/acp_styles.php
kein Support per PN
Horsti
Mitglied
Beiträge: 57
Registriert: 04.03.2007 23:07
Wohnort: Berlin-Spandau
Kontaktdaten:

Beitrag 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
Zuletzt geändert von Horsti am 20.06.2008 08:55, insgesamt 1-mal geändert.
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag 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',
			),
kein Support per PN
Horsti
Mitglied
Beiträge: 57
Registriert: 04.03.2007 23:07
Wohnort: Berlin-Spandau
Kontaktdaten:

Beitrag 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
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag 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?
kein Support per PN
Antworten

Zurück zu „[3.0.x] Mod Support“