DZCP Template Supporthelp plz datenbank problem


22.06.2011, 18:32 - xubix - Forumrang: Plappermaul - 1 Posts
hi habe alles installiert und es ist auch bei der installation kein problem aufgetretten. konnte auch dank des forum das htacces problem lösen jetzt wollte ich die seite öffnen und ich bekomme diese nachricht !

<?php
ob_start();
define(basePath, dirname(__FILE__));

require_once(basePath."/inc/mysql.php");

if(empty($sql_user) && empty($sql_pass) && empty($sql_db)) {
header('Location: _installer/index.php');
} else {
include(basePath."/inc/config.php");
include(basePath."/inc/bbcode.php");

header('Location: '.(empty($_COOKIE[$prev.'id']) && empty($_COOKIE[$prev.'pwd']) ? 'news/' : 'user/?action=userlobby'));
}

ob_end_flush();
?>

das war die install .php smiling jetzt findet er garnichts mehr smiling denke noch mal von vorne smiling