#1 (permalink)  
Old 22.12.2011, 12:08
Neuer Benutzer
 
Join Date: 08.2009
Posts: 2
Rep Power: 3
SirHenri is on a distinguished road
Installationsfehler bei Update/Neuinstall von 2.7.1 auf 3.0.8 (vb3.8.7 --> vb4.1.9)
Trotz "Addon überschreiben" konnte ich kein Update machen.

Weil er bei dem einlesen der vbcms.xml
immer wieder tabellen findet, die schon existieren.
... Duplicate ... error

Beispiel:
Datenbankfehler in vBulletin 4.1.9:

Invalid SQL:
ALTER TABLE vb3_vbcmscontent ADD COLUMN iframe SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0';

MySQL-Fehler : Duplicate column name 'iframe'
Fehler-Nr. : 1060


Bei einem Update doch normal, oder?

Naja jetzt habe ich alles aus der DB gelöscht und wollte VBCMS neu installieren.

Und jetzt kommt der Fehler:

Beim Schritt Importiere Module:
Could not find phrase 'vbcms_templateexist_error'

Ich bitte um Hilfe!!! Vielen Dank!!!

Last edited by SirHenri : 22.12.2011 at 12:22.
Reply With Quote
  #2 (permalink)  
Old 22.12.2011, 12:29
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Immer zuerst Bakup machen, dann das vB Updaten und danach das vBCMS. Ich vermute du hast nicht alle Dateien korrekt hochgeladen.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #3 (permalink)  
Old 22.12.2011, 12:31
Neuer Benutzer
 
Join Date: 08.2009
Posts: 2
Rep Power: 3
SirHenri is on a distinguished road
Hab scheinbar doch geschafft. Muss die alten Templates von VB3 entfernen.
Die, welche nicht kompatibel sind.

Habe vorher die DB-Einträge gelöscht:
ALTER TABLE vb3_usergroup DROP rbcmspermissions, DROP vbcmspermissions, DROP vbcmslinkscatspermissions, DROP vbcmsprodcatspermissions ;
ALTER TABLE vb3_user DROP vbcmslinksentrys,DROP vbcmslinkscomments;
ALTER TABLE vb3_session DROP vbcmslastseeprods;
ALTER TABLE `vb3_thread`DROP `vbcmstimestart`, DROP `vbcmstimeend`;
DELETE FROM `vb3_bbcode` WHERE `bbcodetag` = 'NEWSBREAK' LIMIT 1;

DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmscontstyle' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsnav' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsnavcache' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsnavseocache' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmslinkscat' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsprodcats' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsorderstatus' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsactiveareas' LIMIT 1;
DELETE FROM `vb3_datastore` WHERE CONVERT(`title` USING utf8) = 'vbcmsstatcache' LIMIT 1;

DROP TABLE `vb3_vbcmscontent` ,
`vb3_vbcmsareas`,
`vb3_vbcmscontentcomm` ,
`vb3_vbcmscontentcourse` ,
`vb3_vbcmscontentimg` ,
`vb3_vbcmscontentimgcat` ,
`vb3_vbcmscontentlang` ,
`vb3_vbcmsglobalmodules` ,
`vb3_vbcmslinks` ,
`vb3_vbcmslinkscats` ,
`vb3_vbcmslinkscatslang` ,
`vb3_vbcmslinkscomments` ,
`vb3_vbcmslinksmoderators` ,
`vb3_vbcmslinksperms` ,
`vb3_vbcmspayments` ,
`vb3_vbcmsprodcats` ,
`vb3_vbcmsprodcatslang` ,
`vb3_vbcmsprodperms` ,
`vb3_vbcmsprods` ,
`vb3_vbcmsprodscard` ,
`vb3_vbcmsprodslang` ,
`vb3_vbcmsprodslog` ,
`vb3_vbcmsprodsorder` ,
`vb3_vbcmsprodsordered` ,
`vb3_vbcmsprodsreviews` ,
`vb3_vbcmsprodsstatus` ,
`vb3_vbcmsprodsstatuslang` ,
`vb3_vbcmsprodupdatecount` ,
`vb3_vbcmsproduser` ,
`vb3_vbcmssettinggroups` ,
`vb3_vbcmssettings` ,
`vb3_vbcmsshippings` ,
`vb3_vbcmsshippingzones` ;

Jetzt scheint es zu laufen.
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installationsfehler VBCMS 2.7.0 ??? Koma vBCMS® Installation & Updates 6 30.12.2009 12:08
Installationsfehler auch mit beta3 Charro vBCMS® Installation & Updates 1 02.04.2009 17:33
Installationsfehler... Afacan Offtopic 2 21.02.2005 14:35


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS