[Typo3-UG Allgaeu] Re Nochmals Newbie !!!

imehl4u at gmx.de imehl4u at gmx.de
Fri Jun 3 13:21:00 CEST 2005


Hallo,

gehen Sie bitte in Typo3 in den Bereich PHPMYadmin und kopieren
untenstehenden Text in die SQL Abfrage (ohne >):
Welche Fehlermeldung kommt dann?

>  CREATE TABLE tx_spscoutnetcalendar_entry (
> uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
> pid int(11) unsigned DEFAULT '0' NOT NULL,
> tstamp int(11) unsigned DEFAULT '0' NOT NULL,
> crdate int(11) unsigned DEFAULT '0' NOT NULL,
> cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
> hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
> cid int(11) DEFAULT '0' NOT NULL,
> title tinytext NOT NULL,
> sdate tinytext NOT NULL,
> stime tinytext NOT NULL,
> edate tinytext NOT NULL,
> etime tinytext NOT NULL,
> place tinytext NOT NULL,
> category tinytext NOT NULL,
> section text NOT NULL,
> author tinytext NOT NULL,
> level tinytext NOT NULL,
> info text NOT NULL,
> association tinytext NOT NULL,
> PRIMARY KEY (uid),
> KEY parent (pid)
> ) TYPE=MyISAM; 
>  CREATE TABLE tx_spscoutnetcalendar_def (
> uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
> pid int(11) unsigned DEFAULT '0' NOT NULL,
> tstamp int(11) unsigned DEFAULT '0' NOT NULL,
> crdate int(11) unsigned DEFAULT '0' NOT NULL,
> cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
> hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
> name tinytext NOT NULL,
> url tinytext NOT NULL,
> cid int(11) DEFAULT '0' NOT NULL,
> lastupdate int(11) unsigned DEFAULT '0' NOT NULL,
> PRIMARY KEY (uid),
> KEY parent (pid)
> ) TYPE=MyISAM; 
> 

-- 
Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis
++ Jetzt anmelden & testen ++ http://www.gmx.net/de/go/promail ++



More information about the Typo3-allgaeu mailing list