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