Seite 1 von 1

Problem beim Update auf PHPBB 2.012

Verfasst: 22.02.2005 22:25
von sts
Hallo,

ich bin der Meinung alle änderungen der Angabe von PHPbb.com richtig gemacht zu haben, und trozdem :

Code: Alles auswählen

Warning: main(): Unable to access ./../extension.inc in /srv/www/htdocs/web2/html/update_to_latest.php on line 46

Warning: main(./../extension.inc): failed to open stream: No such file or directory in /srv/www/htdocs/web2/html/update_to_latest.php on line 46

Warning: main(): Failed opening './../extension.inc' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web2/html/update_to_latest.php on line 46

Warning: main(): Unable to access ./../config. in /srv/www/htdocs/web2/html/update_to_latest.php on line 47

Warning: main(./../config.): failed to open stream: No such file or directory in /srv/www/htdocs/web2/html/update_to_latest.php on line 47

Warning: main(): Failed opening './../config.' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/web2/html/update_to_latest.php on line 47
Please read: INSTALL.html before attempting to update.
Weiß jemand rat ??

Verfasst: 22.02.2005 22:29
von sts
Die Datei extension.inc hat vollgenden Inhalt:

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;

?>
Liegt es evt. daran das ich einen html Mod am laufen habe ?

Verfasst: 22.02.2005 22:32
von sts
Aua Aua das tut we...

ich habe den Fehler gefunden in der Lastupdate...
sollte diese Zeile angepasst werden :
$phpbb_root_path = '';

Verfasst: 22.02.2005 22:33
von BraveEagle
die update_to_latest.php muss im install ordner liegen