Thanks, trisweb. Apparently some files didn't get transferred when I FTP'd ZP up to the server. Now I get past the above error, but it stops while trying to create tables with:
Quote:`zenphoto setup<
Creating tables...<
MySQL Query ( CREATE TABLE IF NOT EXISTS `albums` ( `id` int(11) NOT NULL auto_increment, `folder` varchar(255) NOT NULL default '', <
`title` varchar(255) NOT NULL default '', `desc` text, `date` datetime default NULL, `place` varchar(255) default NULL, `show` int(1) NOT NULL default '1', `thumb` varchar(255) default NULL, `sort_type` varchar(20) default NULL, `sort_order` int(11) default NULL, PRIMARY KEY (`id`), KEY `folder` (`folder`) ); ) Failed. Error: CREATE command denied to user 'u70337253'@'cgihost' for table 'albums'`
Is it perhaps because my username doesn't have create permissions? I have tried an admin rated user with no difference. Could it have to do with permissions set at the server?
This could be so much easier if the wiki was up and running.
Lee