Poll

4images & phpBB - eine Benutzerverwaltung?

Oh ja, das wäre fein!
1 (100%)
Ne, wozu denn sowas?
0 (0%)

Total Members Voted: 1

Voting closed: April 14, 2003, 04:26:36 PM

Author Topic: 4images & phpBB - Error nach Integration  (Read 3736 times)

0 Members and 1 Guest are viewing this topic.

Offline Onkel Michele

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • http://www.graf-pixel.de
4images & phpBB - Error nach Integration
« on: April 14, 2003, 04:26:36 PM »
Ich habe probeweise die Integration in einem Testweb durchgeführt, dazu habe ich 4images & phpBB jeweils neu und mit den Standardwerten installiert.
Beim Aufruf der Galerie erhalte ich jedoch folgende Fehlermeldung:
Code: [Select]
DB Error: Bad SQL Query: SELECT template FROM phpbb_ WHERE title='options'
Table 'usr_web41_2.phpbb_' doesn't exist

DB Error: Bad SQL Query: DELETE FROM phpbb_sessions WHERE lastactivity < 1050400489
Unknown column 'lastactivity' in 'where clause'

DB Error: Bad SQL Query: SELECT sessionhash FROM phpbb_sessions
Unknown column 'sessionhash' in 'field list'

DB Error: Bad SQL Query: SELECT sessionhash FROM phpbb_sessions WHERE sessionhash = '9bb3f80d3131aa6a8c5c1a8dcaf41db1'
Unknown column 'sessionhash' in 'field list'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/web41/html/testweb/4images/includes/db_mysql.php on line 164

DB Error: Bad SQL Query: INSERT INTO phpbb_sessions (sessionhash, userid, host, useragent, lastactivity, location, styleid) VALUES ('9bb3f80d3131aa6a8c5c1a8dcaf41db1', 0, '217.186.101.81', '', 1050400489, 'index.php', '0')
Unknown column 'sessionhash' in 'field list'

Warning: Cannot add header information - headers already sent by


neben den Anweisungen aus der install.txt habe ich folgende Einstellungen vorgenommen:

constants.php
Code: [Select]
// Table names
define('SESSIONS_TABLE', 'phpbb_sessions');
define('USERS_TABLE', 'phpbb_users');


sessions.php
Code: [Select]
// Define here the name of the template database table.
// Normally no need to change.
define('VB_TEMPLATE_TABLE', 'phpbb_');

// Set here the URL to your vBulletin forum. WITH trailing slash!
$url_app           = "http://www.graf-pixel.de/testweb/phpBB2/";


Sieht jemand den Fehler? Wer kann helfen? Danke!