When I try to create a new user I get the following error
Database error
Error Message: DB Error: no such field
Debug info: INSERT INTO userinfo (id, username, firstname, lastname, email, department, company, workphone, homephone, mobilephone, address, city, state, country, zip, notes, changeuserinfo, portalloginpassword, enableportallogin, creationdate, creationby, updatedate, updateby) VALUES (0, 'sdf', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '0', '', '0', '2011-08-09 10:26:24', 'administrator', NULL, NULL) [nativecode=1054 ** Unknown column 'address' in 'field list']
Anonymous
How did you install daloRADIUS? Looking at both the userinfo and userbillinfo tables, they both have the 'address' field there.