CREATE TABLE IF NOT EXISTS `#__cacalendar` (
`eid` int(11) NOT NULL auto_increment,
`edate` date NOT NULL default '0000-00-00',
`ename` varchar(70) NOT NULL default '',
`etime` varchar(50) default NULL,
`eloca` varchar(70) default NULL,
`edisc` varchar(255) default NULL,
PRIMARY KEY (`eid`)
) TYPE=MyISAM;
in the zip, the root as the .xml file, then there is a 'site' directory and 'admin' directory (per the 'folder' directive). It says it installs, and it does create the database, but none of the files are on the server (ie, none of it works)....
Any ideas? Or at least where to look to figure it out?
Thanks
Paul