Seite 1 von 2

installing problems

Verfasst: 14.03.2004 12:26
von GroundZero
hi guys,

i am so confused, i have a local webserver on windows sys (xampp)...I have installed postnuke and now i want to install phpbb 2.x
So i have unpacked the zip file phpBB 2.0.6 and copy it to my folder on the xampp server. So now i give the url to the install.php in my browser and the i became these errors:


Warning: main(./../extension.inc): failed to open stream: No such file or directory in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 297

Warning: main(): Failed opening './../extension.inc' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 297

Warning: main(./../includes/constants.): failed to open stream: No such file or directory in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 305

Warning: main(): Failed opening './../includes/constants.' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 305

Warning: main(./../includes/functions.): failed to open stream: No such file or directory in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 306

Warning: main(): Failed opening './../includes/functions.' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 306

Warning: main(./../includes/sessions.): failed to open stream: No such file or directory in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 307

Warning: main(): Failed opening './../includes/sessions.' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 307

I dont know what to do,please help me...

thx,groundzero

Verfasst: 14.03.2004 12:48
von Nico Haase
the error "Warning: main(./../extension.inc): failed to open stream: No such file or directory in D:\xampp\htdocs\arabhackers\phpBB2\install\install.php on line 297 " gives you an important tip: the file "extension.inc" is missing. usually it looks like this:

Code: Alles auswählen

<?php
/***************************************************************************  
 *                               extension.inc
 *                            -------------------                         
 *   begin                : Saturday, Feb 13, 2001 
 *   copyright            : (C) 2001 The phpBB Group        
 *   email                : support@phpbb.com                           
 *                                                          
 *   $Id: extension.inc,v 1.5 2002/04/04 11:52:50 psotfx Exp $
 *                                                            
 * 
 ***************************************************************************/ 

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

//
// Change this if your extension is not .php!
//
$phpEx = "php";

$starttime = 0;

?>

Verfasst: 14.03.2004 12:55
von GroundZero
ah okay, where can i find that phpcode, can copy and then past your code in my folder ?

Verfasst: 14.03.2004 12:58
von Nico Haase
just copy this code in a file called "extension.inc", this file must be saved in your phpbb-root-directory.
btw: this is a german help-forum...

Verfasst: 14.03.2004 13:06
von GroundZero
ok danke, ich werde versuchen, mein deutsch ist nicht perfect

Verfasst: 14.03.2004 13:14
von Nico Haase
GroundZero hat geschrieben:ok danke, ich werde versuchen, mein deutsch ist nicht perfect
no problem - I can also use english. I wanted to say that an english phpbb-board could help you better in your language than a german. try http://www.phpbb.com

Verfasst: 14.03.2004 13:26
von GroundZero
es hat geklappt mit extension.inc, aber anscheind fehlen mir hetzt die anderen dateien,jetzt sind es ein paar weniger fehler:

Warning: main(./../includes/constants.php): failed to open stream: No such file or directory in D:\xampp\htdocs\phpBB2\install\install.php on line 305

Warning: main(): Failed opening './../includes/constants.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\phpBB2\install\install.php on line 305

Warning: main(./../includes/functions.php): failed to open stream: No such file or directory in D:\xampp\htdocs\phpBB2\install\install.php on line 306

Warning: main(): Failed opening './../includes/functions.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\phpBB2\install\install.php on line 306

Warning: main(./../includes/sessions.php): failed to open stream: No such file or directory in D:\xampp\htdocs\phpBB2\install\install.php on line 307

Warning: main(): Failed opening './../includes/sessions.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\phpBB2\install\install.php on line 307


wo bekomme ich die? wieso ist das so, hab mir doch das zip file bei sourceforge gesaugt...

Verfasst: 14.03.2004 13:28
von Nico Haase
hast du das zipfile korrekt ausgepackt und auch in verschiedene verzeichnisse ausgepackt oder alle dateien in ein verzeichnis?

Verfasst: 14.03.2004 13:33
von GroundZero
alle in ein ordner..... bim ratlos ;( sitze schon jetzt das ganze we dran und komme net weiter....

Verfasst: 14.03.2004 13:34
von Nico Haase
da ist der fehler: die dateien müssen in unterschiedliche unterverzeichnisse entpackt werden, sonst funktioniert die installation nicht