Dachte ich hab alles nach euren Anleitungen gemacht.
Aber ich bekomme folgende Fehlermeldung:
Code: Alles auswählen
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /www/bb/index.php on line 26
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/opt/php5//lib/php') in /www/bb/index.php on line 26
Fatal error: Call to undefined function session_pagestart() in /www/bb/index.php on line 31
kann das was mit php5 zu tun haben?
----------------------------
jetzt sagt er:
Fatal error: Class 'sql_db' not found in /www/bb/includes/db.php on line 60
Das ist diese Zeile hier
$db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false);
--------------------------------------
jetzt habe ich die config.php noch geändert
Code: Alles auswählen
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = '??.??.??.??';
$dbname = '*********';
$dbuser = '*********';
$dbpasswd = '*******';
$table_prefix = 'bb_';
define('PHPBB_INSTALLED', true);
?>
$dbms = 'mysql4';
wieder aud 4, obwohl ich mysql5 habe.
es scheint jetzt zu laufen