Code: Alles auswählen
$phpbb_root_path = 'http://www.dein-forum.de/phpbb2/';
define ('IN_PHPBB', true);
if (!file_exists($phpbb_root_path . 'extension.inc'))
{
die ('<tt><b>phpBB Fetch All:</b>
$phpbb_root_path is wrong and does not point to your forum.</tt>');
}http://www.dein-forum.de/phpbb2/extension.inc
Die Datei gibt es auch in dem Pfad. Wär es vll möglich, dass mein Webspace nicht "zulässt", dass von außen auf diese Datei zugegriffen wird?