Seite 1 von 2
wenn auf die install.php zugegriffen wird ... white screen
Verfasst: 02.11.2003 22:49
von daY^
hab mir die deutsche phpBB2 auf den ftp geschmissen ....
verlinkt ...
und wenn er die install.php öffnen will ... kommt keine site sondern nur ein white screen !!
kann mir wer helfen ??
thx im vorraus
Verfasst: 02.11.2003 23:05
von Leuchte
und der direktlink
www.deinedomain.de/install/index.php ?
hast du auch PHP auf deinem webspace?
Verfasst: 02.11.2003 23:10
von Gast
ja hab ich
Verfasst: 02.11.2003 23:30
von Leuchte
ein wenig mehr infos wären nicht schlecht

wahrscheinlich hast du die daten im falschen modus hochgeladen
(KB:21)
lad den install ordner noch einmal hoch (im richtigen modus)
Verfasst: 03.11.2003 14:44
von jasc
Verfasst: 03.11.2003 14:56
von Leuchte
üps

natürlich

Verfasst: 05.11.2003 23:39
von bertl
bei mir kommt beim aufruf der install.php die reine textdatei
<?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email :
support@phpbb.com
*
* $Id: install.php,v 1.6.2.12 2003/05/17 17:32:25 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
// ---------
// FUNCTIONS
//
function page_header($text, $form_action = false)
{
was mache ich falsch??
Verfasst: 05.11.2003 23:43
von Leuchte
du sicherlich nichts, aber so wie es aussieht, hast du keine möglichkeit für PHP auf dem server. entweder nachschauen (kann sein, das das in einen bestimmten ordner muss) oder anbieter wechseln

Verfasst: 06.11.2003 00:05
von bertl
hat das was zu sagen?
19. Why don't you support mySQL, PHP and CGI on the main servers?
The security concerns with CGI scripts are much greater than normal HTML. Also, more importantly, CGI scripts can overwhelm servers because, by their very nature, they use up many more resources. This way, if scripts go wild, they affect only the CGI-BIN server -- and not the other servers with 35, 000 users.
Verfasst: 06.11.2003 00:06
von bertl
und das...
17. Can I use PHP scripts on spaceports?
Yes. PHP is supported on the CGI-BIN server only. The 'planet' servers (like ganymede, cirrus, mars, jupiter, etc) do not run PHP scripts. PHP is run in safe mode.