Version 4.4.5: Fehlermeldungen im errorlog-file

Gesperrt
uups
Beiträge: 116
Registriert: Fr 16. Jan 2004, 09:08
Kontaktdaten:

Version 4.4.5: Fehlermeldungen im errorlog-file

Beitrag von uups »

Ich habe soeben auf zwei Servern die Version 4.4.5 installiert. Auf beidern Servern stehen im "install.log.txt" viele Fehlermeldungen

Hier ein Auszug:

Code: Alles auswählen

2005-Mar-Tue 07:33:44: error 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 'varchar(32) NULL' at line 1) - MySQL error 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 'varchar(32) NULL' at line 1
  ALTER TABLE con_user_prop CHANGE COLUMN name varchar(32) NULL  

2005-Mar-Tue 07:33:44: error 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 'NULL' at line 1) - MySQL error 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 'NULL' at line 1
  ALTER TABLE con_user_prop CHANGE COLUMN value text NULL  

2005-Mar-Tue 07:33:44: error 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 'int(11) NOT NULL DEFAULT '0'' at line 1) - MySQL error 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 'int(11) NOT NULL DEFAULT '0'' at line 1
  ALTER TABLE con_user_prop CHANGE COLUMN idcatlang int(11) NOT NULL DEFAULT '0' 

2005-Mar-Tue 07:33:44: error 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 'varchar(32) NOT NULL' at line 1) - MySQL error 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 'varchar(32) NOT NULL' at line 1
  ALTER TABLE con_inuse CHANGE COLUMN type varchar(32) NOT NULL 
 
2005-Mar-Tue 07:33:45: error 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 'varchar(32) NOT NULL' at line 1) - MySQL error 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 'varchar(32) NOT NULL' at line 1
  ALTER TABLE con_inuse CHANGE COLUMN objectid varchar(32) NOT NULL  

Kann das noch jemand bestätigen und vorallem kann/muss etwas dagegen gemacht werden?

Uups...
Halchteranerin
Beiträge: 5478
Registriert: Di 2. Mär 2004, 21:11
Wohnort: Halchter, wo sonst? ;-)
Kontaktdaten:

Beitrag von Halchteranerin »

du kannst das ignorieren, sagte timo an anderer Stelle.
Gesperrt