Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/08/2007, 00:57
davilin
 
Fecha de Ingreso: julio-2007
Mensajes: 120
Antigüedad: 16 años, 9 meses
Puntos: 0
Error mysql al instalar addon

Buenas, al instalar un addon para mi phpnuke, durante la instalación vía web, cuando tiene que crear las tablas y tal me sale el siguiente error.

Código:
-> Database Error: Invalid SQL: CREATE TABLE vwar_acpmenugroups (
		groupid int(10) unsigned NOT NULL auto_increment,
		groupname varchar(20) NOT NULL default '',
		grouptitle varchar(50) NOT NULL default '',
		condition text NOT NULL,
		conditiontype enum('OR','AND') NOT NULL default 'OR',
		displayorder smallint(5) NOT NULL default '0',
		PRIMARY KEY  (groupid)
		) TYPE=MyISAM;
-> MySQL Error: 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 'condition text NOT NULL,
		conditiontype enum('OR','AND') NOT NULL default 'OR',' at line 5
-> MySQL Error Number: 1064
-> Date: 08.08.2007 @ 08:58
-> Script: /install_vwar.php?step=4
-> Referer: http://www.dominio.com/install_vwar.php?step=2
Por lo que dice (no entiendo mucho) hay algún parámetro que falla, que no será compatible xon esa versión mysql :S, haber s algun entendio me puede ayudar.
Muchas Gracias.