SQL error (Table 'omnistar.contacts_' doesn't exist)
in (
	insert into contacts_ (approved,added,ip)
	values (1,now(),'64.208.172.175')
)

SQL error (Table 'omnistar.contacts_' doesn't exist)
in (
update contacts_ set user_id='2128' where contact_id='0'
)

SQL error (Table 'omnistar.contacts_intgroups_' doesn't exist)
in (
	insert into contacts_intgroups_ (contact_id,category_id)
	select '0',category_id from forms_intgroups
	where form_id=''
)