Hi
I am having a bit of a problem installing the script. I seem to have filled all my database details in correctly but I get the following error ...
UNABLE TO CREATE bookings_calendar TABLE
Please try again or use the following information to help debug:
QUERY: CREATE TABLE IF NOT EXISTS `bookings_calendar` ( `id` int(10) NOT NULL auto_increment, `id_item` int(20) NOT NULL default '0', `the_date` date NOT NULL default '0000-00-00', `state` char(3) NOT NULL default 'all', PRIMARY KEY (`id`), KEY `id_item` (`id_item`) ) DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
ERROR: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=1' at line 8
Do you have any idea how to get round this? Can I create the tables manually with phpmyadmin?
Thanks for any help
rob