I recently did a fresh install of Keystone2 0.9.10
Everything seems to be working ok, but I can't add a contact. Whenever
I do it just comes out with all blanks. It looks like the form data
from addcontact.php is not being passed to postcontact.php
Here is some debug output:
--
:DEBUG:nbrowse.php:IsSet f_process: postcont
:DEBUG:postcontact.php:tag , name
:DEBUG:db_query:insert into contacts
(tag,name,company,email,passwd,ctype,comment) values
('','','','','','','')
:DEBUG:nbrowse.php:add: 'add' and state is 'contacts'
--
Any ideas?