Seite 9 von 17

Verfasst: 14.06.2003 21:15
von Schumi
Gib mal 'n Link auf die Datei (als txt-Datei) oder lade sie mal neu hoch.

Verfasst: 14.06.2003 21:18
von Thunderstar
ich probier grad sie neu hochzuladen

Verfasst: 14.06.2003 21:37
von Thunderstar
$board_email = (!empty($HTTP_POST_VARS['board_email'])) ? $HTTP_POST_VARS['board_email'] : '';
$script_path = (!empty($HTTP_POST_VARS['script_path'])) ? $HTTP_POST_VARS['script_path'] : str_replace('install', '', dirname($HTTP_SERVER_VARS['PHP_SELF']));

if (!empty($HTTP_POST_VARS['server_name']))
{
$server_name = $HTTP_POST_VARS['server_name'];
}
else
{
// Guess at some basic info used for install..
if (!empty($HTTP_SERVER_VARS['SERVER_NAME']) || !empty($HTTP_ENV_VARS['SERVER_NAME']))
{
$server_name = (!empty($HTTP_SERVER_VARS['SERVER_NAME'])) ? $HTTP_SERVER_VARS['SERVER_NAME'] : $HTTP_ENV_VARS['SERVER_NAME'];
}
else if (!empty($HTTP_SERVER_VARS['HTTP_HOST']) || !empty($HTTP_ENV_VARS['HTTP_HOST']))
{
$server_name = (!empty($HTTP_SERVER_VARS['HTTP_HOST'])) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_ENV_VARS['HTTP_HOST'];
}
else
{
$server_name = '';
}
}
}<--hier müsste der fehler sein

if (!empty($HTTP_POST_VARS['server_port']))
{
$server_port = $HTTP_POST_VARS['server_port'];
}
else
{
if (!empty($HTTP_SERVER_VARS['SERVER_PORT']) || !empty($HTTP_ENV_VARS['SERVER_PORT']))
{
$server_port = (!empty($HTTP_SERVER_VARS['SERVER_PORT'])) ? $HTTP_SERVER_VARS['SERVER_PORT'] : $HTTP_ENV_VARS['SERVER_PORT'];
}
else
{
$server_port = '80';
}
}

// Open config.php ... if it exists
if (@file_exists(@phpbb_realpath('config.'.$phpEx)))
{
include($phpbb_root_path.'config.'.$phpEx);
}

// Is phpBB already installed? Yes? Redirect to the index
if (defined("PHPBB_INSTALLED"))
{
redirect('index.'.$phpEx);
}

// Import language file, setup template ...
include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx);
include($phpbb_root_path.'language/lang_' . $language . '/lang_admin.'.$phpEx);

// Ok for the time being I'm commenting this out whilst I'm working on
// better integration of the install with upgrade as per Bart's request
// JLH
if ($upgrade == 1)
{
// require('upgrade.'.$phpEx);
$install_step = 1;
}

// What do we need to do?
if (!empty($HTTP_POST_VARS['send_file']) && $HTTP_POST_VARS['send_file'] == 1 && empty($HTTP_POST_VARS['upgrade_now']))
{

Verfasst: 14.06.2003 23:39
von angel.63
Mein Forum ist jetzt installiert, aber man kann sich da nicht einloggen und nicht anmelden, woran liegt das?

Verfasst: 14.06.2003 23:53
von Taube
Welche Meldung? Welche URL? Was passiert?

Verfasst: 15.06.2003 19:48
von Charlie
Super Topic dank der Anleitung geht es endlich :D

Verfasst: 15.06.2003 21:09
von angel.63
Taube hat geschrieben:Welche Meldung? Welche URL? Was passiert?
http://mitglied.lycos.de/starsandstorys/phpBB2/

Man kann sich nicht mehr einloggen!
Wenn mans versucht kommt das:

Parse error: parse error in /data/members/free/tripod/de/s/t/a/starsandstorys/htdocs/phpBB2/includes/usercp_register.php on line 843

Ich habe auch schon das ganze Forum neu hochgeladen, weil vorher gar nichts ging, jetzt gaht sonst alles, aber einloggen oder neu anmelden kann sich keiner!

Verfasst: 16.06.2003 23:51
von angel.63
angel.63 hat geschrieben:
Taube hat geschrieben:Welche Meldung? Welche URL? Was passiert?
http://mitglied.lycos.de/starsandstorys/phpBB2/

Man kann sich nicht mehr einloggen!
Wenn mans versucht kommt das:

Parse error: parse error in /data/members/free/tripod/de/s/t/a/starsandstorys/htdocs/phpBB2/includes/usercp_register.php on line 843

Ich habe auch schon das ganze Forum neu hochgeladen, weil vorher gar nichts ging, jetzt gaht sonst alles, aber einloggen oder neu anmelden kann sich keiner!
Hat keiner eine Ahnung? Ich bin am verzweifeln und komme einfach nicht mehr ins Forum rein!

Verfasst: 17.06.2003 15:37
von Schumi
Lade die Datei noch mal neu hoch oder nimm gleich phpBB 2.0.5.

Verfasst: 18.06.2003 12:43
von BaDMaN
hi leute!!!
seit tagen versuche ich schon phpbb zu installieren!bin jez dank der tollen anleitung auf bis zur inst gekommen,aber wenn ich auf inst drücke bekomme ich diese fehlermeldung:
Fatal error: Cannot instantiate non-existent class: sql_db in /data/members/free/tripod/de/b/a/d/badman98/htdocs/phpBB2/includes/db.php on line 60

hab alles so eingegeben wie beschrieben,hoffe ihr helft mir
THX