Sat 09 Nov 2002 09:00:20 PM UTC, original submission:
Hi,
after i setup phpgroupware i get the follwing errors. it seems that the setup script did not create all tables.
anybody an idea how to fix that. is there the possibility to create the missing tables without script. or is there a sql script??
greetings
Kai
Database error: Invalid SQL: CREATE TABLE lang (message_id varchar(255) NOT NULL, app_name varchar(100) NOT NULL DEFAULT 'common', lang varchar(5) NOT NULL, content text, PRIMARY KEY(message_id,app_name,lang))
Database error: Invalid SQL: INSERT INTO phpgw_interserv(server_name,server_host,server_url,trust_level,trust_rel,server_mode) VALUES ('phpGW cvsdemo',NULL,'http://www.phpgroupware.org/cvsdemo/xmlrpc.php',99,0,'xmlrpc')
Database error: Invalid SQL: INSERT INTO phpgw_vfs (owner_id, createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, directory, name, link_directory, link_name) VALUES (0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, NULL)
Database error: Invalid SQL: INSERT INTO phpgw_vfs (owner_id, createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, directory, name, link_directory, link_name) VALUES (0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, NULL)
|