Re: [BETA] phpBB3 Football MOD Version 0.9.3
Verfasst: 25.07.2015 21:27
Bei mir gab es mit den Ligen keine Probleme. Legt er nach der Fehlermeldung die Liga an?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
NeinMK35 hat geschrieben:Legt er nach der Fehlermeldung die Liga an?
acp_football_update.php
beinhaltet von 1026 bis 1039
Code: Alles auswählen
foreach ($this->xml_ary[strtolower($table)] AS $key => $xml_row)
{
$this->xml_ary[strtolower($table)][$key]['season'] = "$season";
if ($league)
{
$this->xml_ary[strtolower($table)][$key]['league'] = "$league";
}
$row_class = (!($j % 2)) ? 'bg1 row_light' : 'bg2 row_dark';
$tpl .= $this->print_xml_data($xml_row, $row_class, $order);
$j++;
}
$template->assign_block_vars(strtolower($table), array(
'TPL' => $tpl,
));
Habe mir jetzt in soweit helfen können, dass ich die Ligen EL und CL sowie deren Spieltage manuell angelegt habe, danach funktionierte der Rest mittels "Spielplan aktualisieren" fehlerfrei.fontane hat geschrieben:Würde sich jemand BITTE dem Problem annehmen?
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4718: Undefined index: football_menu_forumid1
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4719: Undefined index: football_menu_forumid2
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4720: Undefined index: football_menu_forumid3
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4721: Undefined index: football_menu_forumid4
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4722: Undefined index: football_menu_forumid5
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4723: Undefined index: football_menu_forumid6
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4724: Undefined index: football_menu_forumid1
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4725: Undefined index: football_menu_forumid2
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4726: Undefined index: football_menu_forumid3
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4727: Undefined index: football_menu_forumid4
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4728: Undefined index: football_menu_forumid5
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4729: Undefined index: football_menu_forumid6
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4730: Undefined index: football_menu_forumid1
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4731: Undefined index: football_menu_forumid2
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4732: Undefined index: football_menu_forumid3
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4733: Undefined index: football_menu_forumid4
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4734: Undefined index: football_menu_forumid5
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4735: Undefined index: football_menu_forumid6
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4736: Undefined index: football_name
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4737: Undefined index: football_disable
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4738: Undefined index: football_side
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions.php on line 4739: Undefined index: football_bank
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4844: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4846: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4847: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4848: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
install.php
der MOD aufrufen. Hier mal 2 interessante Artikel aus der Knowledge Base:Danke für deine Bereitschaft mir zur helfen. Ich habe penibelst geprüft, ob ich alle Dateien gemäß Anleitung verändert habe. Habe auch ein Diff zu den originalen unveränderten Dateien gemacht. Meines Erachtens sollten keine Fehler von mir gemacht worden und alles genau dort platziert worden sein, wo es hin muss. Ich installier noch mal alles von vorne. Die Datenbank ist ja bisher leer und es geht nichts verloren. Die Links kannte ich schon vielen Dank.AYYILDIZLAR hat geschrieben:Hallo,
Kontrolliere mal den Einbau der MOD, bitte und danach nochmal dieinstall.php
der MOD aufrufen. Hier mal 2 interessante Artikel aus der Knowledge Base:
KB:18
KB:183
Grüße
Hab das Problem jetzt selber gelöst.fasoulaki hat geschrieben:Danke für deine Bereitschaft mir zur helfen. Ich habe penibelst geprüft, ob ich alle Dateien gemäß Anleitung verändert habe. Habe auch ein Diff zu den originalen unveränderten Dateien gemacht. Meines Erachtens sollten keine Fehler von mir gemacht worden und alles genau dort platziert worden sein, wo es hin muss. Ich installier noch mal alles von vorne. Die Datenbank ist ja bisher leer und es geht nichts verloren. Die Links kannte ich schon vielen Dank.AYYILDIZLAR hat geschrieben:Hallo,
Kontrolliere mal den Einbau der MOD, bitte und danach nochmal dieinstall.php
der MOD aufrufen. Hier mal 2 interessante Artikel aus der Knowledge Base:
KB:18
KB:183
Grüße
Nach einer kompletten Neuinstallation und anschliessenden aufspielung des MODs laut Anleitung, kriege ich absolut wieder das gleiche verhalten.
Nach Ausführung des install_football/instal.php Skripts über den Browser fehlen immer nocht die MOD spezifischen Tabellen und die Einträge in der config Tabelle.
Es scheint als ob das install Skritp nicht richtig durchläuft.
EDIT: Ähnliche Fehlermeldungen hatte ich aber auch schon mal bei einem anderen MOD als Sprachpakete nicht vollständig waren! Aber eigentlich habe ich alles kopiert.
Wenn es soweit ist, kannst du ja dann deine MOD gerne hier vorstellen bzw. zum Download anbieten. Würden sich bestimm ein paar Mitglieder freuen.fasoulaki hat geschrieben:Ich werde es selber mit Reverse-Engineering versuchen aber es geht bestimmt wesentlich schneller wenn man Unterstützung bekommt.