1.5 install file...
Posted: Wed Oct 03, 2007 4:04 am
I'm trying to figure out how this automated install for components works. In my .xml file, I have this:
index.html
accalendar.php
accalendar.html.php
acCalendar
index.html
admin.accalendar.php
toolbar.accalendar.php
toolbar.accalendar.html.php
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
index.html
accalendar.php
accalendar.html.php
acCalendar
index.html
admin.accalendar.php
toolbar.accalendar.php
toolbar.accalendar.html.php
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