a guy on IRC (who can't join the mailing list for some reason, but that's for another email) is getting this sql error on Step1 when upgrading from .14 to .16. # Database error: Invalid SQL: INSERT INTO phpgw_vfs (file_id,owner_id,createdby_id,modifiedby_id,created,modified,size,mime_type,deleteable,comment,app,directory,name,link_directory,link_name,version,content) VALUES (1,0,0,0,'1970-01-01',null,null,'Directory','Y',null,null,'/',null,null,null,'0.0.0.0',null) # PostgreSQL Error: 1 (ERROR: ExecAppend: Fail to add null value in not null attribute name )
In my install, "name" is '' and not NULL, so I have him set the name ='' and try again and it gave the same message. any idea's? I don't have pgsql to test with. _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
