Hallo zusammen,
ich möchte eine contao 4.4 updaten und bin dabei die Installion auf eine Subdomain des neuen Servers zu kopieren.
Wenn ich die Datenbank imporieren möchte bekomme ich folgende Meldung.
Ich habe schon einige Forumsbeträge zu dem Thema gelesen, werde aber nicht richtig schlau daraus, was ich tun muss. Bis zum installtool komm ich ja gar nicht, weil der Import schon mit obiger Meldung abbricht.Code:CREATE TABLE `tl_module` ( `id` int(10) UNSIGNED NOT NULL, `pid` int(10) UNSIGNED NOT NULL DEFAULT '0', `tstamp` int(10) UNSIGNED NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `headline` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `type` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `levelOffset` smallint(5) UNSIGNED NOT NULL DEFAULT '0', `showLevel` smallint(5) UNSIGNED NOT NULL DEFAULT '0', `hardLimit` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `showProtected` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `defineRoot` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `rootPage` int(10) UNSIGNED NOT NULL DEFAULT '0', `navigationTpl` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `customTpl` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `pages` blob, `orderPages` blob, `showHidden` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `customLabe[...] MySQL meldet: Dokumentation #1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
Muss ich in der alten (Live-) Datenbank schon was ändern? Oder im .sql?
Wäre dankbar für einen Tipp.
Viele Grüße,
conter
			
					
					
					
						
Zitieren
Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.
