Hallo,
irgendwie bin ich wohl zu blöd dafür !
Wo finde ich denn eine Anleitung wie man sein Typo3 Projekt von 3.6.2 auf 3.7 updaten kann.
Wäre toll wenn mir jemand die Schritte mal auflisten könnte
Danke
[quote:bb6540ad90="dragan07"]Wo finde ich denn eine Anleitung wie man sein Typo3 Projekt von 3.6.2 auf 3.7 updaten kann.
Wäre toll wenn mir jemand die Schritte mal auflisten könnte[/quote:bb6540ad90]
1. Tar file auf den Server transferrieren
2. Tar file ins selbe Verzeichnis entpacken in dem auch die alten Sourcen liegen
3. Den alten typo3_src auf das neue Sourceverzeichnis ändern
4. Fertig
Ich klinke mich hier mal ein, weil ich genau dabei auf ein Problem stoße....
> 1. Tar file auf den Server transferrieren
done.
> 2. Tar file ins selbe Verzeichnis entpacken in dem auch die alten Sourcen liegen
done.
> 3. Den alten typo3_src auf das neue Sourceverzeichnis ändern
done.
Zu diesem Zeitpunkt kommt bei der Start/Hauptseite im Browser:
[quote:26ecfccfd8]Error!
The requested page didn't have a proper connection to the tree-root!
(Broken rootline)[/quote:26ecfccfd8]
Also gut, dann noch in den Installer, wo man die Datenbanktabellen COMPARE'n soll.
Also, Klick auf
Update required tables COMPARE
Dann sind einige bevorstehende Änderungen ausgewählt. Ich mach wegen Unwissenheit einfach mal "Write to database"
Danach bleibt aber immer folgendes übrig
[quote:26ecfccfd8]Table and field definitions should be updated
There seems to be a number of differencies between the database and the selected SQL-file. Please select which statements you want to execute in order to update your database:
Changing fields
ALTER TABLE pages CHANGE uid uid int(11) DEFAULT '0' NOT NULL auto_increment;
Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
ALTER TABLE pages_language_overlay CHANGE uid uid int(11) DEFAULT '0' NOT NULL auto_increment;
Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
ALTER TABLE sys_template CHANGE uid uid int(11) DEFAULT '0' NOT NULL auto_increment;
Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
ALTER TABLE tt_content CHANGE uid uid int(11) DEFAULT '0' NOT NULL auto_increment;
Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
ALTER TABLE tt_content CHANGE tx_gooffotoboek_path tx_gooffotoboek_path varchar(128-) DEFAULT '' ;
Current value: varchar(128-) DEFAULT ''
ALTER TABLE tx_lzphpbb_search_wordlist CHANGE word_text word_text varchar(50) binary DEFAULT '' NOT NULL;
Current value: varchar(50) DEFAULT '' NOT NULL[/quote:26ecfccfd8]
Und darunter, nicht ausgewählt
[quote:26ecfccfd8]Drop tables (really!)
DROP TABLE zzz_deleted_tx_lzphpbb_config;
Records in table: 58
DROP TABLE zzz_deleted_tx_lzphpbb_smilies;
Records in table: 42
DROP TABLE zzz_deleted_tx_lzphpbb_themes;
Records in table: 1
DROP TABLE zzz_deleted_tx_lzphpbb_themes_name;
Records in table: 1[/quote:26ecfccfd8]
Hm, ist das jetzt dem Vorführeffekt zuzuschreiben, das es nun funktioniert?? Aber die beiden oberen Ausgaben bleiben dennoch noch da.
[quote:12ec43cea6="rakso"]Ich klinke mich hier mal ein, weil ich genau dabei auf ein Problem stoße....
...
Changing fields
ALTER TABLE pages CHANGE uid uid int(11) DEFAULT '0' NOT NULL auto_increment;
Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
[/quote:12ec43cea6]
Eine Suche im Forum hätte unter anderem das hier inkl. Lösung geliefert: http://typo3.net/viewtopic.php?t=18062