Installationsanleitung auf eigenen Web-Server
Achso ja stimmt, so gehts! Gibt es eine Möglichkeit, die Datei so anzupassen, dass sie in einem Unterordner liegt (z.B: "tables").
So siehts bisher aus...kann das ändern, wenn ja wie?
Code: Alles auswählen
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx);
define('SITE_HISTORY_TABLE', $table_prefix.'site_history');
Also nur diese Zeile:
Hab ich schon versucht, habs aber nicht richtig gemacht.
Ich habe es so gemacht:
So hat es allerdings nicht geklappt.
Wie muss es richtig sein?
Code: Alles auswählen
$phpbb_root_path = './';
Ich habe es so gemacht:
Code: Alles auswählen
$phpbb_root_path = './tables';
Wie muss es richtig sein?
dann gib wenn du z.B das forum in einem ordner forum hast die url an
Code: Alles auswählen
http://localhost/forum/
Code: Alles auswählen
$phpbb_root_path = './tables';
vlt hinzer /tables noch ein / ?