YourWBB


yourWBB » WoltLab Burning Board Generation 3 * » Alles von und für das WBB Lite 2.x » [WBB Lite 2.x] Allg. Fragen und Probleme » WBBLite 2.0.x Probleme mit Installation » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 555 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Probleme mit Installation
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
katze166
Mitglied


Dabei seit: 17.02.08
Beiträge: 8
Forenversion: Lite 1.0

Geschockt Probleme mit Installation Antworten Zitieren Editieren Melden       UP

Hallo an alle,

hab folgendes problem. hab alles soweit in meinen ordner geladen, beim der test.php sagt er mir, das alles funktioneren müsste, aber sobald ich installieren will kommt die fehlermeldung:

*/ // define constants define('INSTALL_SCRIPT_DIR', dirname(__FILE__).'/'); define('SETUP_FILE', INSTALL_SCRIPT_DIR . 'WCFSetup.tar.gz'); define('NO_IMPORTS', true); // set exception handler set_exception_handler('handleException'); // set php error handler set_error_handler('handleError', E_ALL); // define list of needed file $neededFilesPattern = array( '!^setup/.*!', '!^install/files/lib/data/.*!', '!^install/files/lib/acp/package/PackageArchive\.class\.php!', '!^install/files/lib/acp/package/Package\.class\.php!', '!^install/files/lib/system/.*!', '!^install/files/lib/util/.*!', '!^install/files/acp/images/setup.*!', '!^install/lang/.*!', '!^install/packages/.*!'); // define needed functions and classes /** * WCF::handleException() calls the show method on exceptions that implement this interface. * * @package com.woltlab.wcf.system.exception * @author Marcel Werk */ interface PrintableException { public function show(); } // define needed classes // needed are: // SystemException, PrintableException, BasicFileUtil, Tar, File, ZipFile /** * A SystemException is thrown when an unexpected error occurs. * * @package com.woltlab.wcf.system.exception * @author Marcel Werk */ class SystemException extends Exception implements PrintableException { protected $description; protected $information = ''; protected $functions = ''; /** * Creates a new SystemException. * * @param message string error message * @param code integer error code * @param description string description of the error */ public function __construct($message = '', $code = 0, $description = '') { parent::__construct($message, $code); $this->description = $description; } /** * Returns the description of this exception. * * @return string */ public function getDescription() { return $this->description; } /** * Prints this exception. * This method is called by WCF::handleException(). */ public function show() { ?>

getDescription(); ?>
getCode()) { ?>

You get more information about the problem in our knowledge base: http://www.woltlab.com/help/?code=getCode()); ?>
Information:

error message: getMessage()); ?>
error code: getCode()); ?>
information; ?> file: getFile()); ?> (getLine(); ?>)
php version:
wcf version:
date:
request:
referer:
Stacktrace:

getTraceAsString()); ?>


bin grad völlig irritiert, ich hoffe irgendjemand kann mir sagen, was ich falsch mache :-(

gruß vom kätzchen
13.02.09 13:49 katze166 ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 3 * » Alles von und für das WBB Lite 2.x » [WBB Lite 2.x] Allg. Fragen und Probleme » WBBLite 2.0.x Probleme mit Installation