Saar
27.07.2005, 00:49
Folgendes: Ich wollte 3.5.0 RC 1 normal installieren (kein Upgrade) und erhalte bei Schritt 3 wo man die Datenbank leert diese Fehlermeldung:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web 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.
Database error in vBulletin :
Invalid SQL:
CREATE TABLE access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
);
MySQL Error : Table 'access' already exists
Error Number : 1050
Date : Wednesday, July 27th 2005 @ 12:45:44 AM
Script : http://www.*********/install/install.php?step=3&emptydb=true&confirm=true
Referrer : http://www.*********/install/install.php?step=3&emptydb=true
IP Address : ***.***.***.***
Username :
Classname : vb_database
Danach hatte ich folgendes probiert: Ich hatte mich in phpmyadmin eingeloggt und die Datenbank von Hand leer gemacht, daraufhin die Installation erneut probiert ohne den Schritt die Datenbank zu leeren. Hat ja alles soweit geklappt bis zum Schritt 13 wo man den Administrator Account anlegt, dann kam diese Fehlermeldung:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web 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.
Database error in vBulletin :
Invalid SQL:
SELECT userid, username FROM user WHERE userid =;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date : Wednesday, July 27th 2005 @ 12:29:44 AM
Script : http://www.*********/install/install.php?step=13
Referrer : http://www.*********/install/install.php
IP Address : ***.***.***.***
Username :
Classname : vb_database
Die config.php wurde meines Erachtens korrekt ausgefüllt, hat irgendjemand eine Idee woran das sonst noch liegen könnte?
Unter 3.0.7 funzt das einwandfrei, nur 3.5.0 bockt irgendwie...
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web 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.
Database error in vBulletin :
Invalid SQL:
CREATE TABLE access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
);
MySQL Error : Table 'access' already exists
Error Number : 1050
Date : Wednesday, July 27th 2005 @ 12:45:44 AM
Script : http://www.*********/install/install.php?step=3&emptydb=true&confirm=true
Referrer : http://www.*********/install/install.php?step=3&emptydb=true
IP Address : ***.***.***.***
Username :
Classname : vb_database
Danach hatte ich folgendes probiert: Ich hatte mich in phpmyadmin eingeloggt und die Datenbank von Hand leer gemacht, daraufhin die Installation erneut probiert ohne den Schritt die Datenbank zu leeren. Hat ja alles soweit geklappt bis zum Schritt 13 wo man den Administrator Account anlegt, dann kam diese Fehlermeldung:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web 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.
Database error in vBulletin :
Invalid SQL:
SELECT userid, username FROM user WHERE userid =;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date : Wednesday, July 27th 2005 @ 12:29:44 AM
Script : http://www.*********/install/install.php?step=13
Referrer : http://www.*********/install/install.php
IP Address : ***.***.***.***
Username :
Classname : vb_database
Die config.php wurde meines Erachtens korrekt ausgefüllt, hat irgendjemand eine Idee woran das sonst noch liegen könnte?
Unter 3.0.7 funzt das einwandfrei, nur 3.5.0 bockt irgendwie...