Having problems

cannot get ver 1.6mod/1.7script to work (hung on "Please wait...") on D6.35:

I disabled/uninstalled older vers (mod 1.1/1.2script) - cleared site cache, cleared browser cache, closed browser and powered down! - replaced mod/script files, re-enabled, re-saved content type ("always" show, "allow" unchecked, blank title, blank channel) - re-set (new, why?) permissions - re-saved settings - created NEW (additional) "ChatRoom" (title) page of my (previously re-saved) "Page - Chat" content type - AND - nothing.............

like I said to start, hung @ "Please wait"...

looked at DB - your new "phpfreechat" table has my new chat node (nid "38", and NOT my previous ver node) and has it as "enabled" BUT (I expected to see differently) doesn't have anything in either the title or channel - see below:
**************

CREATE TABLE IF NOT EXISTS `phpfreechat` (
`nid` int(11) NOT NULL,
`phpfreechat_enabled` int(11) NOT NULL,
`phpfreechat_title` varchar(128) NOT NULL,
`phpfreechat_channels` varchar(128) NOT NULL,
PRIMARY KEY (`nid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `phpfreechat`
--

INSERT INTO `phpfreechat` (`nid`, `phpfreechat_enabled`, `phpfreechat_title`, `phpfreechat_channels`) VALUES
(38, 1, '', '');

**************
as I didn't allow the node to set title or channel, and left those blank on the content type, thought that the node would get (in table entry?) the module's defaults - should it have?

thanks!