Versehentlich Datei gelöscht

  • Hallo,


    ich habe versehentlich eine Datei aus meinem WBB Forum gelöscht.
    Ich bin mir nicht 100% sicher, aber ich denke es war die config.php.
    Ich habe also die config.php aus meinem anderen forum eingefügt und angepasst.
    Nun kommt jedoch folgende Meldung:

    Code
    Fatal error: WCF::initDB() [function.require]: Failed opening required '/var/www/forum/wcf/config.inc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/forum/wcf/lib/system/WCF.class.php on line 292




    Meine Config:

    <?php
    $dbHost = '************';
    $dbUser = 'jens';
    $dbPassword = '**********;
    $dbName = 'Forum';
    $dbCharset = 'utf8';
    $dbClass = 'MySQLDatabase';
    if (!defined('WCF_N')) define('WCF_N', 1);
    ?>



    global.php (wcf Ordner)

    <?php
    /**
    * @author Marcel Werk
    * @copyright 2001-2007 WoltLab GmbH
    * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
    */
    define('WCF_DIR', dirname(__FILE__).'/');


    // initiate WCF Framework
    require_once(WCF_DIR.'lib/system/WCF.class.php');
    ?>

  • Dir ist aber schon klar, dass in der Fehlermeldung das Fehlen der Datei ../wcf/config.inc.php beanstandet wird? Eine Datei namens config.inc gibt es meines Wissens im WBB nicht.





    Gruß norse