Contao Installation

Hey!

Ich hoffe ihr könnt mir helfen. Habe gerade das CMS Contao nach dieser Anleitung installiert:
eass.bplaced.net/48-Contao
Doch wenn ich meine bplaced Seite besuchen will kommt diese Meldung:

An error occurred while executing this script!

If you are a Contao user, contact the administrator of your website.
Open file system/logs/error.log and search for a corresponding entry.
Open file system/config/localconfig.php and add the following line:

$GLOBALS['TL_CONFIG']['displayErrors'] = true;

Read the Contao FAQs or visit the Contao support page.

Habe auch den Code schon in die localconfig.php kopiert, dann kam aber ein langer error Code. Danch habe ich Contao neu über Filezilla hochgeladen und jetzt kommt wieder der selbe fehler, wie zu Beginn.

LG

bigbang

Die lange Fehlermeldung wäre auch interessant :wink:

Mfg :wink2:

Ok. sorry hier die Fehlermeldung:

Warning: error_log() has been disabled for security reasons in /users/bigbang/www/system/functions.php on line 150

Warning: error_log() has been disabled for security reasons in /users/bigbang/www/system/functions.php on line 192

#0 [internal function]: __error(2, ‘error_log() has…’, ‘/users/bigbang/…’, 192, Array)
#1 /users/bigbang/www/system/functions.php(192): error_log(‘PHP Fatal error…’)
#2 [internal function]: __exception(Object(Exception))
#3 {main}

Fatal error: Uncaught exception Exception with message Could not connect to database (Access denied for user ‘’@‘localhost’ (using password: NO)) thrown in /users/bigbang/www/system/libraries/Database.php on line 78

#0 /users/bigbang/www/system/libraries/Database.php(136): Database->__construct()
#1 [internal function]: Database::getInstance()
#2 /users/bigbang/www/system/libraries/System.php(147): call_user_func(Array)
#3 /users/bigbang/www/system/libraries/Model.php(86): System->import(‘Database’)
#4 /users/bigbang/www/system/modules/frontend/FrontendUser.php(91): Model->__construct()
#5 /users/bigbang/www/system/modules/frontend/FrontendUser.php(173): FrontendUser->__construct()
#6 [internal function]: FrontendUser::getInstance()
#7 /users/bigbang/www/system/libraries/System.php(147): call_user_func(Array)
#8 /users/bigbang/www/index.php(59): System->import(‘FrontendUser’, ‘User’)
#9 /users/bigbang/www/index.php(318): Index->__construct()
#10 {main}

Diese Meldung erscheint, wenn ich $GLOBALS[‘TL_CONFIG’][‘displayErrors’] = true; in die
localconfig.php einfüge. Habe sie schon an allen möglichen stellen eingefügt

Hier die localconfig.php

<?php if (!defined('TL_ROOT')) die('You cannot access this file directly!'); /** * Contao Open Source CMS * Copyright (C) 2005-2011 Leo Feyer * * Formerly known as TYPOlight Open Source CMS. * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this program. If not, please visit the Free * Software Foundation website at . * * PHP version 5 * @copyright Leo Feyer 2005-2011 * @author Leo Feyer * @package Config * @license LGPL * @filesource */ ### INSTALL SCRIPT START ### $GLOBALS['TL_CONFIG']['websitePath'] = ''; ### INSTALL SCRIPT STOP ### ?>

Du hast also offenbar die Zugangsdaten zu deiner Datenbank nicht (korrekt) angegeben.

Danke für den Tipp

Ich habe die Datenbankinformationen noch nirgends angegeben, in welcher Datei kann ich
die Zugansdaten für die Datenbank eingeben? Normalerweise startet doch das Installationscript
nachdem man Contao über FTP hochgeladen hat, indem man dann alle Einstellungen vornehmen kann.

Problem hat sich gelöst. Danke für ure Hilfe!