Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
MyBB Erorr
#1
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
#2
Die Meldung sagt doch soweit alles aus.

board_not_installed
Bitte die Suche u. die Doku nutzen.
______________________________

mfg Murphy
#3
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?
#4
https://www.mybb.de/forum/showthread.php?tid=7754

https://www.mybb.de/forum/showthread.php?tid=3175
Bitte die Suche u. die Doku nutzen.
______________________________

mfg Murphy
#5
Hast Du as Update 1.2.10 eingespielt ?

//EDIT: ich glaube das hat sich erledigt...
MfG
GreJan
Notebookforum24
#6
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
#7
Kopier bitte mal die Zeile 11 aus der config.php, und füge die hier ein.
Bitte die Suche u. die Doku nutzen.
______________________________

mfg Murphy
#8
$config['table_prefix'] = 'mybb_';
#9
Poste mal die gesamte Datei.
Vantage-Forum: http://vantage-forum.de/
#10
<?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';

?>