Hallo. Habe mir das neue VMS ohne Klammanbindung runtergeladen: http://www.designerscripte.net/downl...p?do=file&id=5
Leider geht die mysql nicht und da hab ich die normale genommen aber wenn ich mich nun registriere hab ich User ID 0, bekomme keine mail und kann auch im admin nicht freischalten.
Kann man da mal gucken oder woran liegt es?
so sieht der Fehler übrigens aus wenn ich die mysql aufspielen will.SQL-Befehl:CREATE TABLE `vms_aktivierungen` (
`uid` INT( 7 ) NOT NULL AUTO_INCREMENT ,
`ak` VARCHAR( 32 ) NOT NULL DEFAULT '',
PRIMARY KEY ( `uid` ) ,
KEY `aktivierungs_code` ( `ak` )
)TYPE=MYISAMAUTO_INCREMENT=2AUTO_INCREMENT=2;
MySQL meldet:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=2 AUTO_INCREMENT=2' at line 6
Vielen Dank für eure Hilfe.
Patrick