Re: [BETA] phpBB3 Football MOD Version 0.9.0
Verfasst: 14.04.2010 14:59
Hi,
ich würd mir den Mod auch gern einbauen. Ich habe alledings nicht den DB Präfix "phpbb_" sondern "phpbb09". Was muss ich ändern damit ich bei der install dann auch keine Probleme bekomme?
Gruß
Gismo110
EDIT
Ich habe die install durchlaufen lassen und den präfix direkt in phpmyadmin geändert. Leider habe ich aber noch ein paar fehler:
1) wenn ich in den acp will kommt oben im header das:
an den besagten stellen steht das hier:
2) wenn ich mich in den acp einloggen will kommt das:
in der zeile 1021 der sessions steht das hier:
in zeile 2437 der functions steht das hier:
was muss ich tun damit ich wieder in den acp komme? Backups hab ich alle da das nicht nicht das ding. aber ich würde gerne in den acp mit den db änderungen und den editierten files
Gruß
Gismo110
ich würd mir den Mod auch gern einbauen. Ich habe alledings nicht den DB Präfix "phpbb_" sondern "phpbb09". Was muss ich ändern damit ich bei der install dann auch keine Probleme bekomme?
Gruß
Gismo110
EDIT
Ich habe die install durchlaufen lassen und den präfix direkt in phpmyadmin geändert. Leider habe ich aber noch ein paar fehler:
1) wenn ich in den acp will kommt oben im header das:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4520: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4522: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4523: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4524: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
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');
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1021: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1021: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1021: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1021: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1021: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2437: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
Code: Alles auswählen
header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);
Code: Alles auswählen
header('Location: ' . $url);
Gruß
Gismo110