Archiv verlassen und diese Seite im Standarddesign anzeigen : updateproblem
Brig. Gen. Jack
27.06.2005, 17:53
habe ein problem beim update.
Database error in vBulletin 3.5.0 Beta 3:
Invalid SQL:
DELETE FROM template WHERE styleid = -10 AND (product = 'vbulletin' OR product = '');
MySQL Error : Unbekanntes Tabellenfeld 'product' in where clause
Error Number : 1054
Date : Monday, June 27th 2005 @ 05:52:02 PM
Script : http://www.stargateclub.de/forum/install/finalupgrade.php?step=4
Referrer :
IP Address : 83.135.***.***
Username :
Classname : vB_Database
es kommt bei
Step 4) Import latest style
Importing vbulletin-style.xml
MASTER STYLE
Führe mal dieses Query aus:
ALTER TABLE template ADD product VARCHAR(15) NOT NULL;
Brig. Gen. Jack
27.06.2005, 18:12
genau das wars
thx
Brig. Gen. Jack
27.06.2005, 18:32
habe noch ein problem:
Database error in vBulletin 3.5.0 Beta 3:
Invalid SQL:
CREATE TABLE template (
templateid INT UNSIGNED NOT NULL AUTO_INCREMENT,
styleid SMALLINT NOT NULL DEFAULT '0',
title VARCHAR(100) NOT NULL DEFAULT '',
template MEDIUMTEXT NOT NULL,
template_un MEDIUMTEXT NOT NULL,
templatetype enum('template','stylevar','css','replacement') NOT NULL default 'template',
dateline INT UNSIGNED NOT NULL DEFAULT '0',
username VARCHAR(100) NOT NULL DEFAULT '',
version VARCHAR(30) NOT NULL DEFAULT '',
product VARCHAR(15) NOT NULL,
PRIMARY KEY (templateid),
UNIQUE KEY title (title, styleid)
);
MySQL Error : Tabelle 'template' bereits vorhanden
Error Number : 1050
Date : Monday, June 27th 2005 @ 06:30:45 PM
Script : http://www.stargateclub.de/forum/admincp/misc.php
Referrer : http://www.stargateclub.de/forum/admincp/misc.php?do=chooser
IP Address : 83.135.***.***
Username : Brig. Gen. Jack O' Neill
Classname : vB_Database
das kommt bei Style-Information neu erstellen
Überspringe mal den Schritt und schau dann, obs geht...
Brig. Gen. Jack
27.06.2005, 18:42
Überspringe mal den Schritt und schau dann, obs geht...
dieser fehler kommt ja nicht beim update.
dies ist jetzt druchgelaufen.
diese meldung kommt jetzt im acp bei Style-Information neu erstellen.
Aso, aber warum willstn das machen? ;)
KLick doch einfach bei den Styles auf: "Alle Templates wiederherstellen"... :P
Habe es als Bug gemeldet, danke.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.