MyBB.de Forum
MyBB Erorr - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: MyBB Erorr (/thread-7967.html)

Seiten: Seiten: 1 2


MyBB Erorr - Rotstift - 09.12.2007

Hallo, wenn ich versuche mein Forum aufzurufen kommt folgende Fehlermeldung:

MyBB Error

MyBB has generated a critical error and as a result cannot function correctly.

MyBB Said:


Error Code: board_not_installed

Your board has not yet been installed and configured. Please do so before attempting to browse it.


Please try clicking the Refresh button in your web browser to see if this corrects this problem.

We apologise for any inconvenience.


MyBB 1.2.8



Was soll ich machen, damit mein Forum wieer läuft?
Danke für eure baldige hilfe, Rotstift


RE: MyBB Erorr - Murphy - 09.12.2007

Die Meldung sagt doch soweit alles aus.

board_not_installed


RE: MyBB Erorr - Rotstift - 09.12.2007

Da stimmt was nicht. Ich habe nichts geändert an dem Board schon seit 2 Tagen nicht mehr, gestern tats noch und heute steht da nicht installiert?


RE: MyBB Erorr - Murphy - 09.12.2007

https://www.mybb.de/forum/showthread.php?tid=7754

https://www.mybb.de/forum/showthread.php?tid=3175


RE: MyBB Erorr - GreJan - 09.12.2007

Hast Du as Update 1.2.10 eingespielt ?

//EDIT: ich glaube das hat sich erledigt...


RE: MyBB Erorr - Rotstift - 09.12.2007

jetzt sagt er mir:

Parse error: syntax error, unexpected T_STRING in /usr/export/www/vhosts/funnetwork/hosting/pivot/Upload/inc/config.php on line 11


ich habe das abgezählt, und bin dabei auf die zeiöle gelandet, wo der tabellenpräfix steht. Aber was solll ich denn da ändern




EDIT. NEIN HABE ICH NICHT EINGESPIELT


RE: MyBB Erorr - Murphy - 09.12.2007

Kopier bitte mal die Zeile 11 aus der config.php, und füge die hier ein.


RE: MyBB Erorr - Rotstift - 09.12.2007

$config['table_prefix'] = 'mybb_';


RE: MyBB Erorr - Mak - 09.12.2007

Poste mal die gesamte Datei.


RE: MyBB Erorr - Rotstift - 09.12.2007

<?php
/**
* Database configuration
*/

$config['dbtype'] = 'mysql';
$config['hostname'] = 'localhost';
$config['username'] = 'pivot';
$config['password'] = 'PASSWORT';
$config['database'] = 'pivot;
$config['table_prefix'] = 'mybb_';

/**
* Admin CP directory
* For security reasons, it is recommended you
* rename your Admin CP directory. You then need
* to adjust the value below to point to the
* new directory.
*/

$config['admin_dir'] = 'admin';

/**
* Hide all Admin CP links
* If you wish to hide all Admin CP links
* on the front end of the board after
* renaming your Admin CP directory, set this
* to 1.
*/

$config['hide_admin_links'] = 0;

/**
* Data-cache configuration
* The data cache is a temporary cache
* of the most commonly accessed data in MyBB.
* By default, the database is used to store this data.
*
* If you wish to use the file system (inc/cache directory)
* you can change the value below to 'files' from 'db'.
*/

$config['cache_store'] = 'db';

/**
* Super Administrators
* A comma separated list of user IDs who cannot
* be edited, deleted or banned in the Admin CP.
* The administrator permissions for these users
* cannot be altered either.
*/

$config['super_admins'] = '1';

?>