ok here are the fields `login_id` int(10) NOT NULL AUTO_INCREMENT, `login_title` varchar(255) NOT NULL DEFAULT '', `login_description` varchar(255) NOT NULL DEFAULT '', `login_folder_name` varchar(255) NOT NULL DEFAULT '', `login_maintain_url` varchar(255) NOT NULL DEFAULT '', `login_register_url` varchar(255) NOT NULL DEFAULT '', `login_alt_login_html` text, `login_alt_acp_html` text, `login_settings` int(1) NOT NULL DEFAULT '0', `login_enabled` int(1) NOT NULL DEFAULT '0', `login_safemode` int(1) NOT NULL DEFAULT '0', `login_replace_form` int(1) NOT NULL DEFAULT '0', `login_user_id` varchar(255) NOT NULL DEFAULT 'username', `login_login_url` varchar(255) NOT NULL DEFAULT '', `login_logout_url` varchar(255) NOT NULL DEFAULT '', `login_order` smallint(3) NOT NULL DEFAULT '0', `login_custom_config` text,and here is what should be in them. Each field is followed by a comma VALUES (1,'IPB Internal','The standard method of authentication','internal','','','','',0,1,0,0,'username','','',1,NULL);VALUES (2,'IPS Connect','','ipsconnect','','','','',0,0,1,0,'either','','',2,NULL);VALUES (3,'LDAP Authentication','LDAP / Active Directory Authentication','ldap','','','',NULL,1,0,1,0,'username','','',4,NULL);VALUES (4,'External Database','Authentication via an external database','external','','','',NULL,0,0,1,0,'username','','',5,NULL);