PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Hilfe Hilfe Instaliren geht nicht


@Xpit
15.04.2002, 12:38
Ich benutze die version vBulletin 2.2.2 Germany immer nach dem ich sie instaliere bekomme ich eine email das angeblich meine datenbak defekt wer und kann das Board nicht Instalieren.

There seems to have been a slight problem with the database.

PS : Die eMail Inhalt Database error in vBulletin Control Panel : Invalid SQL: SELECT template FROM template WHERE title='options' mysql error: Table 'u125489645787.template' doesn't exist mysql error number: 1146

pogo
15.04.2002, 12:41
Installiere nur Version 2.2.5.
Frühere Versionen werden nicht mehr unterstützt.

Im HTML Quelltext steht übrigens mehr zum Fehler drin.

@Xpit
15.04.2002, 12:52
Also bekomme ich auch bei der version 2.2.5

Step : 1 Welcome to vBulletin Version 2.2.5. Running this script will do a clean install of vBulletin onto your server.

Click here to continue with the next step -->



Step : 2 Please confirm the details below:

Database server type: mysql

Database server hostname / IP address: localhost

Database username: xxxxxxxxxxxx

Database password: xxxxxxxx

Database name: xxxxxxxxx

Technical email: xxxxxxx

Only continue to the next step if those details are correct. If they are not, please edit your config.php file and reupload it. The next step will test database connectivity.

Next step -->

Step : 3 Attempting to attach to database...

Connection succeeded! The database already exists.

Click here to continue -->

Step : 4 Creating table access



There seems to have been a slight problem with the database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience

Step : 1 Die eMail Database error in vBulletin Installer :

Invalid SQL: CREATE TABLE access (
userid int(10) unsigned DEFAULT '0' NOT NULL,
forumid smallint(5) unsigned DEFAULT '0' NOT NULL,
accessmask smallint(5) unsigned DEFAULT '0' NOT NULL
)
mysql error: Table 'access' already exists

mysql error number: 1050

pogo
15.04.2002, 13:10
Ist in der Datenbank schon etwas enthalten?

Wenn nicht, lösche die Datenbank und starte die Installation dann erneut. Das löschen geht auch während der Installation.

Aber Vorsicht, es werden alle Tabellen gelöscht!

@Xpit
15.04.2002, 13:17
ja es sind sachen drine aber egal auch wen ich die koplette datenbak Löche bekomme ich immer wieder die gleiche Fehler meldung. MFG :confused:

pogo
15.04.2002, 13:26
Das kann nicht sein, da die Fehlermeldung sagt, dass die Tabelle access nicht erstellt werden kann, weil sie vorhanden ist.

Wenn Du alles löschst, ist sie nicht mehr vorhanden und der Fehler kann gar nicht auftauchen.

@Xpit
15.04.2002, 13:38
Habe es jetzt genau so gemacht Koplette Tabbele gelöcht Instalation neu Gestartet ok Also jetzt bekomme ich wieder diese meldung. aber danach bleibt er Hängen also es geht nicht mehr weiter zu Admin panel oder so.

Creating table access

Altering access table



There seems to have been a slight problem with the database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

Supernature
15.04.2002, 16:36
Mach doch noch ein drittes Thema auf, dann sehen es bestimmt noch mehr Leute ;)
Welche Fehlermeldung tritt denn beim Versuch von "Alter Table" genau auf - möglicherweise ist es ein Berechtigungsproblem.
Installierst Du denn auch auf vernünftigem Webspace??

@Xpit
15.04.2002, 17:04
ja es ist ein vernuftiger hoster kein Free und ich bekomme keine Fehler meldung sonder da das kommt immer nach der iNstalation auf vBulletin2.2.5 und weiter geht es dan nicht mehr auch wen ich alle tabellen löche und neu Instaliere das Board

http://admin.merlin.i3-service.de/~u25030202435369/bulletinbild.bmp

PS : und diese tabbele erstellt er dan wen ich das vBulletin Instaliere neu

http://admin.merlin.i3-service.de/~u25030202435369/tabbele212121212.bmp

pogo
16.04.2002, 00:39
Und wieder ist die Fehlermeldung im HTML Quelltext das interessante.
Ohne die kann ich nichts dazu sagen.

Ich vermute aber, dass Dir Dein MySQL Account das Ausführen von ALTER Queries nicht erlaubt. Wenn das so ist, musst Du Deinem Provider schreiben, dass Du diese Funktion benötigst.

@Xpit
16.04.2002, 07:03
<html>
<!--
--><HTML><HEAD>
<link rel="stylesheet" href="../cp.css">
<title>vBulletin 2.2.5 Install script</title>
<script language="JavaScript">
<!--
function areyousure() {
if (confirm("Sie sind dabei, ALLE Daten von Ihrer Datenbank zu löschen, \neinschließlich Nicht vBulletin Daten. \n\nSind Sie SICHER?")) {
if (confirm("vBulletin und Jelsoft Enterprises Ltd. können nicht \nverantwortlich gemacht werden, wenn Daten in Folge der durchgeführten \nAktion verloren/beschädigt werden! \n\nAkeztieren Sie diese Bedienungen?")) {
return true;
} else {
return false;
}
} else {
return false;
}
}
-->
</script>
</HEAD>
<BODY>
<table width="100%" bgcolor="#3F3849" cellpadding="2" cellspacing="0" border="0"><tr><td>
<table width="100%" bgcolor="#524A5A" cellpadding="3" cellspacing="0" border="0"><tr>
<td><a href="http://lol.com/forum" target="_blank"><img src="cp_logo.gif" width="160" height="49" border="0" alt="Click here to visit the vBulletin support forums"></a></td>
<td width="100%" align="center">
<p><font size="2" color="#F7DE00"><b>vBulletin 2.2.1g Installationsroutine</b></font></p>
<p><font size="1" color="#F7DE00"><b>(Anmerkung: Bitte gedulde dich ein wenig, da einige Schritte eine gewisse Zeit in Anspruch nehmen können.)</b></font></p>
</td></tr></table></td></tr></table>
<br>
<p>Setze Datenbank zurück... erfolgreich</p><p>Erstelle Tabelle access</p>
<!-- CREATE TABLE access (
userid int(10) unsigned DEFAULT '0' NOT NULL,
forumid smallint(5) unsigned DEFAULT '0' NOT NULL,
accessmask smallint(5) unsigned DEFAULT '0' NOT NULL
) -->

<p>Verändere Tabelle access</p>
<!-- ALTER TABLE access ADD UNIQUE (userid,forumid) -->

<html><head><title> Database Error</title><style>P,BODY{FONT-FAMILY:tahoma,arial,sans-serif;FONT-SIZE:11px;}</style><body>

<!-- Database error in vBulletin Installer :

Invalid SQL: ALTER TABLE access ADD UNIQUE (userid,forumid)
mysql error: Access denied for user: 'u250302xxxxxxxxxxx@localhost' to database 'u2503xxxxxxxx'

mysql error number: 1044

Date: Tuesday 16th of April 2002 07:48:52 AM
Script: /~u250302xxxxxx/upload/admin/install.php?step=4&resetdatabase=yes
Referer: http://xxxxxxxxxxxxxxxxxxxxx/~u25030xxxxxxxxxxxx/upload/admin/install.php?step=4&reset=1
-->

</table></td></tr></table></form>
<blockquote><p>&nbsp;</p><p><b>There seems to have been a slight problem with the database.</b><br>
Please try again by pressing the <a href="javascript:window.location=window.location;">refresh</a> button in your browser.</p>An E-Mail has been dispatched to our <a href="mailto:xpit@gmx.net">Technical Staff</a>, who you can also contact if the problem persists.</p><p>We apologise for any inconvenience.</p></blockquote></body></head></html>

Der inhallt !

pogo
16.04.2002, 11:52
Wie schon vermutet darfst Du keine Alter Queries in MySQL ausführen. Du musst Dich deswegen an Deinen Provider wenden.

Wenn Du weitere Hilfe erhalten möchtest, trage bitte Deine Customer Number und Deinen Namen im Profil ein. Danke.