Seite 1 von 1

Wiki für PhpBB: Error nach PhpBB-User Übernahme!!!!!

Verfasst: 20.06.2006 14:53
von mbe
Hallo,

habe auch bei mir ein Wiki eingebaut (wie hier) inklusive der http://meta.wikimedia.org/wiki/PHPBB/Users_Integration.

Lieder kommt nach dem Einbau immer folgende Fehlermeldung, obwohl die Daten 100% richtig sind! Kann mir hier jemand helfen??

Code: Alles auswählen

Notice: Undefined index: wgPHPBB_MySQL_Database in /srv/www/web4/html/extensions/Auth_phpbb.php on line 186

Notice: Undefined index: wgPHPBB_MySQL_Database in /srv/www/web4/html/extensions/Auth_phpbb.php on line 191
There was a problem when connecting to the phpBB database.
The database was not found.

MySQL Error Number: 1046
MySQL Error Message: No database selected

Verfasst: 20.06.2006 15:07
von Simlau
Hast du die Wiki in die gleiche Datenbank wie phpBB Installiert?

Verfasst: 20.06.2006 22:25
von mbe
Nein, aber der Host ist beides mal localhost!

Verfasst: 21.06.2006 13:17
von Simlau
$wgPHPBB_UseExtDatabase = false; // This tells the plugin that the phpBB tables
// are in a different database then the wiki.
// The default settings is false.


/*-[NOTE: You only need the next four settings if you set $wgPHPBB_UseExtDatabase to true.]-*/
//$wgPHPBB_MySQL_Host = 'host'; // phpBB MySQL Host Name.
//$wgPHPBB_MySQL_Username = 'username'; // phpBB MySQL Username.
//$wgPHPBB_MySQL_Password = 'password'; // phpBB MySQL Password.
//$wgPHPBB_MySQL_Database = 'database_name'; // phpBB MySQL Database Name.
Siehe <<< LocalSettings.php >>> ;).

Verfasst: 21.06.2006 16:40
von mbe
Ja, so schlau bin ich auch :wink: :wink: :wink:

Natürlich ist das alles korrekt eingestellt!