MyBB.de Forum
Scheiße board gelöscht - 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: Scheiße board gelöscht (/thread-3077.html)



Scheiße board gelöscht - Sapd - 16.09.2006

Irgenwie ist mein board gelöschtExclamation Obwohl noch alles drin ist im root verzeichnisAngry Das ist passirt nachdem ich ein neues board instalieren wollte natürlich niht im selben VerzeichnisThumbs_down
Kann mir jemand denn grund dafür sagen kann ja sein das des nur ein einfacher fehler war denn man beheben kann Danke schon mal im VorausThumbs_upExclamation


RE: Scheiße board gelöscht - Darkcool - 16.09.2006

ein link oder so wäre net schlecht oder eine beschreibung was da steht wenn du auf das forum willst


RE: Scheiße board gelöscht - Sapd - 16.09.2006

Also wenn ich drauf gehe ist s so als hätte ich das board total neu also mit beispiel forum und alles


RE: Scheiße board gelöscht - dg6ygd - 16.09.2006

solltest Du vielleicht das neue Board in die alte Datenbank installiert haben?


RE: Scheiße board gelöscht - Sapd - 16.09.2006

oh das habe ich auch gedacht aber ich hab zwei verzeichnisse und jedenfalls ich hab ja nur das neu instalier also nur ein und ich sehe das aufeinmal beide neu sind aber im alten board stecken noch alle daten drin wie attachments


RE: Scheiße board gelöscht - StefanT - 16.09.2006

Die Verzeichnisse sind der Datenbank egal. Du muss verschiedene Datenbak-Daten nehmen.


RE: Scheiße board gelöscht - Garlant - 16.09.2006

Hallo Sapd,

Mit anderen Worten, du sollst deine Config Datei neu schreiben Wink
Der Inhalt dieser datei sieht wie folgt aus:
PHP-Code:
<?php
/**
 * Daatabase configuration
 */

$config['dbtype'] = 'mysql';
$config['hostname'] = 'localhost';
$config['username'] = 'mysqluser';
$config['password'] = 'passwort';
$config['database'] = 'datenbank';
$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';

?>

Mit etwas Glück wirst du noch ohne probleme in dein ACP kommen. Allerdings wird du alle Einstellungen(des Bereich Settings) noch einmal manuell abspeichern müssen, da ich dir keine settings geben kann.

Mfg Garlant


RE: Scheiße board gelöscht - Michael - 17.09.2006

Solltest du das neue Forum in die gleiche Datenbank installiert haben mit dem gleichen Präfix, dann sind die Daten des Forums überschireben worden und leider nicht wiederherstellbar. Die einzige Möglichkeit ist dann die Wiederherstellung über ein Backup.