|
View previous topic :: View next topic |
Author |
Message |
P4triot Guest

|
Posted: 07.11.2004 20:13 Post subject: config probs wie ich denke |
|
Serverfehler!
Die Anfrage kann nicht beantwortet werden, da im Server ein interner Fehler aufgetreten ist. Der Server ist entweder überlastet oder ein Fehler in einem CGI-Skript ist aufgetreten.
Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
Error 500
Also dieser Fehler kommt wenn ich die install.php starten möchte...
Ich bin mir ber auch mit der config.php nich ganz sicher ...
hoffe ihr könnt mir helfen
MfG p4triot
|
|
Back to top |
|
 |
Ertan Webmaster


Offline Joined: Mar 19, 2004 Posts: 1264 Location: Germany
|
Posted: 07.11.2004 20:29 Post subject: Re: config probs wie ich denke |
|
denke du hast die datenbankdaten nicht richtig in config.php eingetragen
oder der server hatte probleme ;_)
_________________ .: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr
Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
Back to top |
|
 |
P4triot Guest

|
Posted: 07.11.2004 20:32 Post subject: Re: config probs wie ich denke |
|
# Database & System Config
#
# dbhost: SQL Database Hostname
# dbuname: SQL Username
# dbpass: SQL Password
# dbname: SQL Database Name
# $prefix: Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
# $dbtype: Your Database Server type. Supported servers are:
# MySQL, mysql4, postgres, mssql, oracle, msaccess,
# db2 and mssql-odbc
# Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey: Security Key. CHANGE it to whatever you want, as long
# as you want. Just don't use quotes.
######################################################################
if (!defined('CPG_NUKE')) { header('Location: /error.php'); exit; }
$dbhost = 'localhost';
$dbuname = 'web3' ;
$dbpass = 'xxxxxx';
$dbname = 'usr_web3_1';
$prefix = ' cms ';
$user_prefix = 'cms';
$dbtype = 'MySQL';
$sitekey = 'xxxxx';
$mainindex = 'index.php';
$adminindex = 'admin.php';
So denke ich muss das doch richtig sein
also die prefixe habe ich einfach gelassen ..
|
|
Back to top |
|
 |
McBright Doppel-Null-Agent


Offline Joined: Jul 11, 2004 Posts: 180 Location: A-1230 Wien
|
Posted: 08.11.2004 08:34 Post subject: Re: config probs wie ich denke |
|
Salve!
Lösch mal die htaccdess und geh dann auf
www.Deinewebsite.endung/install.php
_________________ McBright - Leader der A.C.R.F.
Austrian Confederated Rebellion Force
A Multigaming Clan
acrf.net
McBright please enter your server specs in your user profile!
|
|
Back to top |
|
 |
P4triot Guest

|
Posted: 08.11.2004 10:22 Post subject: Re: config probs wie ich denke |
|
Ich finde diese Datei nicht in meinem Webordner
Ich habe WS_FTP .
Obwohl ich sie definitif hochgeladen habe
|
|
Back to top |
|
 |
McBright Doppel-Null-Agent


Offline Joined: Jul 11, 2004 Posts: 180 Location: A-1230 Wien
|
Posted: 08.11.2004 10:54 Post subject: Re: config probs wie ich denke |
|
Salve!
Die ist versteckt! (Atrribut versteckt)
WS-FTP...hmm, da müßte es auch eine Einstellung geben (versteckte Dateien sichtbar machen) - ich arbeite kaum mit wirklichen FTP, eigentlich gar nicht....
Versuch es mal mit WinSCP....
_________________ McBright - Leader der A.C.R.F.
Austrian Confederated Rebellion Force
A Multigaming Clan
acrf.net
McBright please enter your server specs in your user profile!
|
|
Back to top |
|
 |
p4triot Guest

|
Posted: 08.11.2004 14:45 Post subject: Re: config probs wie ich denke |
|
Nun bekomme dat
Fatal error: Cannot instantiate non-existent class: sql_db in /home/www/web3/html/db/db.php on line 126
|
|
Back to top |
|
 |
McBright Doppel-Null-Agent


Offline Joined: Jul 11, 2004 Posts: 180 Location: A-1230 Wien
|
Posted: 08.11.2004 17:05 Post subject: Re: config probs wie ich denke |
|
Salve!
Hmm, hatte ich auch, lange herumgespielt! Probier mal alle Dateien mit 777 zu markieren und dann starte die Installation nochmals, wie weit Du kommst.
Wenn gar nichts geht, setz das Teil nochmals neu auf!
Wenns gar nicht geht, schreib mich mal unter meiner Mailadresse:
info @ acrf.net an
Notfalls setz ich Dir das Teil direkt neu auf!
lg
René
_________________ McBright - Leader der A.C.R.F.
Austrian Confederated Rebellion Force
A Multigaming Clan
acrf.net
McBright please enter your server specs in your user profile!
|
|
Back to top |
|
 |
Sephice Investigator


Offline Joined: Nov 03, 2004 Posts: 20
|
Posted: 08.11.2004 21:55 Post subject: Re: config probs wie ich denke |
|
Am besten du gehst per SCP rein, wenn du diese Rechte hast
Dann siehste sie und kannst sie löschen
_________________ Remember: Respect is everything!
Sephice please enter your server specs in your user profile!
|
|
Back to top |
|
 |
P4triot Guest

|
Posted: 08.11.2004 22:27 Post subject: Re: config probs wie ich denke |
|
naja scp funzt net ^^
aber ich habe nun einfach alles nochmal gemacht und es gööht
ach ja muss die htaccess noch rein ???
MfG P4triot
|
|
Back to top |
|
 |
Sephice Investigator


Offline Joined: Nov 03, 2004 Posts: 20
|
|
Back to top |
|
 |
|